about summary refs log tree commit diff
path: root/modules/doas.nix
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-02-07 15:10:44 +0100
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-02-07 15:10:44 +0100
commit489e6c7539200f3047e59f3f41c578b98c69c071 (patch)
tree60cb7109e004ea4684c6275cb830192ef0c93fdf /modules/doas.nix
parenteac385da057c0aea48e6b725a42096053330f31f (diff)
parent63024d45b1b24e9e807599a0f13e5a046c0278a0 (diff)
downloaddots-489e6c7539200f3047e59f3f41c578b98c69c071.tar.gz
dots-489e6c7539200f3047e59f3f41c578b98c69c071.zip
Merge branch 'master' of https://github.com/pniedzwiedzinski/dots
Diffstat (limited to 'modules/doas.nix')
-rw-r--r--modules/doas.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/doas.nix b/modules/doas.nix
index 262028b..bf2ef38 100644
--- a/modules/doas.nix
+++ b/modules/doas.nix
@@ -6,6 +6,7 @@
     wheelNeedsPassword = false;
     extraRules = [{
       groups = [ "wheel" ];
+      noPass = true;
       # keepEnv = true;
       # I need to set NIX_PATH explicitly, since my user and root use different paths
       setEnv = [ "NIX_PATH=nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos:nixos-config=/etc/nixos/configuration.nix:/nix/var/nix/profiles/per-user/root/channels" ];