nix-config/modules/cockpit/default.nix
2026-01-26 10:19:15 +01:00

11 lines
194 B
Nix

{
services.cockpit = {
enable = true;
allowed-origins = [ "http://192.168.178.69:9090" ];
settings = {
WebService = {
AllowUnencrypted = true;
};
};
};
}