nix-config/modules/cockpit/default.nix
2026-01-26 10:24:32 +01:00

11 lines
163 B
Nix

{
services.cockpit = {
enable = true;
openFirewall = true;
settings = {
WebService = {
AllowUnencrypted = true;
};
};
};
}