summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index ff34bcb7..d63554be 100644
--- a/odin.nix
+++ b/odin.nix
@@ -259,6 +259,13 @@
259 members = [ "motion" ]; 259 members = [ "motion" ];
260 }; 260 };
261 261
262 services.nfs.server = {
263 enable = true;
264 exports = ''
265 /srv/media *(ro,insecure,all_squash,no_subtree_check,mp)
266 '';
267 };
268
262 system.autoUpgrade.enable = true; 269 system.autoUpgrade.enable = true;
263 system.stateVersion = "18.09"; 270 system.stateVersion = "18.09";
264 271