diff options
Diffstat (limited to 'odin.nix')
-rw-r--r-- | odin.nix | 4 |
1 files changed, 4 insertions, 0 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 | ||