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;
|
enable = true;
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
9002 # Actual
|
9002 # Actual
|
||||||
9090 # Cockpit
|
|
||||||
];
|
];
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
9002 # Actual
|
9002 # Actual
|
||||||
9090 # Cockpit
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
services.cockpit = {
|
services.cockpit = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
settings = {
|
settings = {
|
||||||
WebService = {
|
WebService = {
|
||||||
AllowUnencrypted = true;
|
AllowUnencrypted = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue