remove cockpit from snowbelle and update config

This commit is contained in:
2025-10-04 02:50:13 -05:00
parent c13f977ef7
commit c5ba5aeb96
2 changed files with 7 additions and 1 deletions

View File

@@ -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

View File

@@ -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;
};
};
};
}