diff --git a/configuration.nix b/configuration.nix index ceeadf5..2a2a540 100644 --- a/configuration.nix +++ b/configuration.nix @@ -96,6 +96,9 @@ programs.virt-manager.enable = true; security.doas = { enable = true; + extraRules = [ + { groups = [ "wheel" ]; persist = true; } + ]; }; fonts.packages = with pkgs; [ noto-fonts