about summary refs log tree commit diff
path: root/modules/system
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-13 10:01:46 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-13 10:01:46 -0700
commit27dc3e734b3c6f7b729b15f10c97bae38d5de80e (patch)
treee5e920f2c3b7b6d146f948de909a0983483d64f4 /modules/system
parentfish: start tmux on terminal start (diff)
downloadworld-27dc3e734b3c6f7b729b15f10c97bae38d5de80e.tar.gz
users: add myself to the group 'nas'
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/users/default.nix1
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
     ];