summary refs log tree commit diff
path: root/modules/base.nix
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-03-05 14:57:18 +0000
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-03-05 14:57:18 +0000
commit10219d572d88f4d0c566988abe14947cfb064e5a (patch)
tree5cd272d6bb2e944bfd50e34e84ce8d6edf247ee9 /modules/base.nix
parentAdd network adapter to discordbots (diff)
downloadRory-Open-Architecture-10219d572d88f4d0c566988abe14947cfb064e5a.tar.xz
Add polkit to base
Diffstat (limited to 'modules/base.nix')
-rwxr-xr-xmodules/base.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/base.nix b/modules/base.nix
index 9bce2bc..ec1e6aa 100755
--- a/modules/base.nix
+++ b/modules/base.nix
@@ -55,5 +55,6 @@
   nix.settings.experimental-features = [ "nix-command" "flakes" ];
   nixpkgs.config.allowUnfree = true;
   security.sudo.wheelNeedsPassword = false;
+  security.polkit.enable = true;
   system.stateVersion = "22.11"; # DO NOT EDIT!
 }