diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-13 10:01:46 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-13 10:01:46 -0700 |
commit | 27dc3e734b3c6f7b729b15f10c97bae38d5de80e (patch) | |
tree | e5e920f2c3b7b6d146f948de909a0983483d64f4 /modules/system | |
parent | fish: start tmux on terminal start (diff) | |
download | world-27dc3e734b3c6f7b729b15f10c97bae38d5de80e.tar.gz |
users: add myself to the group 'nas'
Diffstat (limited to '')
-rw-r--r-- | modules/system/users/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/users/default.nix b/modules/system/users/default.nix index e2b2e19..fb8e1f1 100644 --- a/modules/system/users/default.nix +++ b/modules/system/users/default.nix @@ -17,6 +17,7 @@ in { extraGroups = groupsIfExist [ "docker" "users" + "nas" # in order to access to files downloaded by transmission "wheel" # `sudo` for the user. "cdrom" # in order to read from the bluray ]; |