updates port/firewall declaration for cockpit
This commit is contained in:
parent
5d23cd5777
commit
79b94f7027
2 changed files with 4 additions and 0 deletions
|
|
@ -63,9 +63,11 @@
|
|||
enable = true;
|
||||
allowedTCPPorts = [
|
||||
9002 # Actual
|
||||
9999 # Cockpit
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
9002 # Actual
|
||||
9999 # Cockpit
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
services.cockpit = {
|
||||
enable = true;
|
||||
port = 9999;
|
||||
openFirewall = true;
|
||||
allowed-origins = [ "192.168.178.69:9999" ];
|
||||
settings = {
|
||||
WebService = {
|
||||
AllowUnencrypted = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue