nix-config/modules/cockpit/default.nix
2026-01-26 10:22:07 +01:00

10 lines
138 B
Nix

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