diff options
| author | EuAndreh <eu@euandre.org> | 2018-07-13 17:33:09 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2018-07-13 17:33:09 -0300 |
| commit | 9008160b26463265df5587c4b7b9be792382ca7c (patch) | |
| tree | 6be78b2c7a81376e569aa872a15b1ffbdbbbd973 | |
| parent | Add gnome-keyring dependency for enableGnomeKeyring (diff) | |
| download | dotfiles-9008160b26463265df5587c4b7b9be792382ca7c.tar.gz dotfiles-9008160b26463265df5587c4b7b9be792382ca7c.tar.xz | |
Fix missing extraGroup
| -rw-r--r-- | nixos/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 93714c78..98f2f83b 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -319,6 +319,7 @@ isNormalUser = true; uid = 1000; description = "EuAndreh"; + extraGroups = [ "wheel" "networkmanager" "docker" ]; passwordFile = "/home/andreh/annex/dev/code/dotfiles/encrypted/password-hash.txt"; }; }; |
