diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-08 16:46:18 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-08 16:46:18 -0700 |
commit | 1ef3e88b85cba7e50838e234e75536fd6b2fe57e (patch) | |
tree | e7961a921343ccd191ce9ed49ba0064d53d7bacc /modules/system | |
parent | delete unused module (diff) | |
download | world-1ef3e88b85cba7e50838e234e75536fd6b2fe57e.tar.gz |
users: add myself to "cdrom" group
Otherwise I can't run `abcde`.
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 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."; |