summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index c56f652a..ff34bcb7 100644
--- a/odin.nix
+++ b/odin.nix
@@ -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