From 1ef3e88b85cba7e50838e234e75536fd6b2fe57e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 8 Apr 2022 16:46:18 -0700 Subject: users: add myself to "cdrom" group Otherwise I can't run `abcde`. --- modules/system/users/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/system/users') 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."; -- cgit 1.4.1