some hardening

This commit is contained in:
Henri Dohmen 2025-07-14 16:36:10 +02:00
parent ffe40ca5e7
commit fc85e43c82
4 changed files with 32 additions and 7 deletions

View file

@ -11,8 +11,6 @@ in
{
options.hd.desktop.security.enable = mkEnableOption "Security";
config = mkIf cfg.enable {
security = {
};
security = { };
};
}