nix-config/modules/cockpit/default.nix
2026-01-26 10:34:36 +01:00

12 lines
237 B
Nix

{
services.cockpit = {
enable = true;
openFirewall = true;
settings = {
WebService = {
AllowUnencrypted = true;
Origins = "http://192.168.178.69:9090 wss://192.168.178.69:9090";
};
};
};
}