u
This commit is contained in:
parent
f1db3fcdfd
commit
f5d6d62278
1 changed files with 2 additions and 2 deletions
|
|
@ -3,10 +3,10 @@
|
||||||
config = lib.mkIf config.osbmModules.security.enable {
|
config = lib.mkIf config.osbmModules.security.enable {
|
||||||
# Security hardening
|
# Security hardening
|
||||||
security.sudo.wheelNeedsPassword = lib.mkDefault true;
|
security.sudo.wheelNeedsPassword = lib.mkDefault true;
|
||||||
|
|
||||||
# Polkit for privilege escalation
|
# Polkit for privilege escalation
|
||||||
security.polkit.enable = lib.mkDefault true;
|
security.polkit.enable = lib.mkDefault true;
|
||||||
|
|
||||||
# Additional security settings can be added here
|
# Additional security settings can be added here
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue