fixes cockpit
This commit is contained in:
parent
6c77997911
commit
0ca58d0fec
2 changed files with 1 additions and 2 deletions
|
|
@ -63,11 +63,9 @@
|
|||
enable = true;
|
||||
allowedTCPPorts = [
|
||||
9002 # Actual
|
||||
9090 # Cockpit
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
9002 # Actual
|
||||
9090 # Cockpit
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
services.cockpit = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
settings = {
|
||||
WebService = {
|
||||
AllowUnencrypted = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue