diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-03-05 14:57:18 +0000 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-03-05 14:57:18 +0000 |
commit | 10219d572d88f4d0c566988abe14947cfb064e5a (patch) | |
tree | 5cd272d6bb2e944bfd50e34e84ce8d6edf247ee9 | |
parent | Add network adapter to discordbots (diff) | |
download | Rory-Open-Architecture-10219d572d88f4d0c566988abe14947cfb064e5a.tar.xz |
Add polkit to base
-rwxr-xr-x | modules/base.nix | 1 |
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! } |