mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 13:06:13 +01:00
7
hosts/modules/security.nix
Normal file
7
hosts/modules/security.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
security = {
|
||||
sudo.enable = true;
|
||||
rtkit.enable = true;
|
||||
polkit.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user