diff options
| -rw-r--r-- | odin.nix | 4 | ||||
| -rw-r--r-- | users/gkleen.nix | 2 |
2 files changed, 5 insertions, 1 deletions
| @@ -255,6 +255,10 @@ | |||
| 255 | configFiles = [ "/etc/motion/motion.secret" ]; | 255 | configFiles = [ "/etc/motion/motion.secret" ]; |
| 256 | }; | 256 | }; |
| 257 | 257 | ||
| 258 | users.groups."hlidskjalf" = { | ||
| 259 | members = [ "motion" ]; | ||
| 260 | }; | ||
| 261 | |||
| 258 | system.autoUpgrade.enable = true; | 262 | system.autoUpgrade.enable = true; |
| 259 | system.stateVersion = "18.09"; | 263 | system.stateVersion = "18.09"; |
| 260 | 264 | ||
diff --git a/users/gkleen.nix b/users/gkleen.nix index b503b46b..588b827c 100644 --- a/users/gkleen.nix +++ b/users/gkleen.nix | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | { | 1 | { |
| 2 | name = "gkleen"; | 2 | name = "gkleen"; |
| 3 | description = "Gregor Kleen"; | 3 | description = "Gregor Kleen"; |
| 4 | extraGroups = [ "wheel" "network" "lp" "dialout" "audio" "xmpp" "mail" "ssh" "vboxusers" "media" ]; | 4 | extraGroups = [ "wheel" "network" "lp" "dialout" "audio" "xmpp" "mail" "ssh" "vboxusers" "media" "hlidskjalf" ]; |
| 5 | group = "users"; | 5 | group = "users"; |
| 6 | uid = 1000; | 6 | uid = 1000; |
| 7 | createHome = true; | 7 | createHome = true; |
