remove cockpit from snowbelle and update config
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
../../modules/homelab/zfs.nix
|
||||
../../modules/homelab/smb.nix
|
||||
../../modules/homelab/nfs.nix
|
||||
../../modules/homelab/cockpit.nix
|
||||
];
|
||||
|
||||
# use the systemd-boot EFI boot loader.
|
||||
@@ -84,6 +83,7 @@
|
||||
7070
|
||||
7567
|
||||
7777
|
||||
9090
|
||||
25777
|
||||
25565
|
||||
25566
|
||||
|
||||
@@ -5,6 +5,12 @@
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
port = 9090;
|
||||
allowed-origins = [ "http://0.0.0.0:9090" "https://0.0.0.0:9090" "http://localhost:9090" ];
|
||||
settings = {
|
||||
WebService = {
|
||||
AllowUnencrypted = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user