diff options
| author | EuAndreh <eu@euandre.org> | 2021-02-25 11:52:37 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-02-25 11:52:37 -0300 |
| commit | 58ca345ec799df2537e837a5ccfda9e027229c67 (patch) | |
| tree | d9d2a103fd011399cb11441b9f50b4cb14d3293e /configuration.nix | |
| parent | configuration.nix: Remove hideProcessInformation (diff) | |
| download | dotfiles-58ca345ec799df2537e837a5ccfda9e027229c67.tar.gz dotfiles-58ca345ec799df2537e837a5ccfda9e027229c67.tar.xz | |
configuration.nix: Enable doas command
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index 4635664e..aa6f5ce9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -257,7 +257,6 @@ in { buku # replaces Firefox bookmarks cloc inetutils # telnet - doas nodePackages.node2nix ## Mail @@ -451,6 +450,12 @@ in { security = { sudo.enable = true; + doas = { + enable = true; + extraConfig = '' + permit persist setenv { NIX_PATH } :wheel + ''; + }; }; users = { |
