about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-08 16:46:18 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-08 16:46:18 -0700
commit1ef3e88b85cba7e50838e234e75536fd6b2fe57e (patch)
treee7961a921343ccd191ce9ed49ba0064d53d7bacc /modules
parentdelete unused module (diff)
downloadworld-1ef3e88b85cba7e50838e234e75536fd6b2fe57e.tar.gz
users: add myself to "cdrom" group
Otherwise I can't run `abcde`.
Diffstat (limited to 'modules')
-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 b39067c..e2b2e19 100644
--- a/modules/system/users/default.nix
+++ b/modules/system/users/default.nix
@@ -18,6 +18,7 @@ in {
       "docker"
       "users"
       "wheel" # `sudo` for the user.
+      "cdrom" # in order to read from the bluray
     ];
     hashedPassword =
       "$6$i.z1brxtb44JAEco$fDD2Izl.zRR9vBCB2VBKPScChGw38EEl7QEiBTJ/EwgP3oSL0X3ZHq0PJ.RtqzBsWTPUjl4F3MKOBMhnaAPr6.";