mirror of
https://github.com/0x1d/nix.git
synced 2025-12-16 22:36:43 +01:00
refactor base system
This commit is contained in:
4
os/system/security.nix
Normal file
4
os/system/security.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{ pkgs, ... }: {
|
||||
security.polkit.enable = true;
|
||||
security.rtkit.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user