From 0fae69c8f58a5cd0fb6e6440ad295db405e72165 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 14 Apr 2018 13:47:04 +0200 Subject: nfs on odin --- odin.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/odin.nix b/odin.nix index ff34bcb7..d63554be 100644 --- a/odin.nix +++ b/odin.nix @@ -259,6 +259,13 @@ members = [ "motion" ]; }; + services.nfs.server = { + enable = true; + exports = '' + /srv/media *(ro,insecure,all_squash,no_subtree_check,mp) + ''; + }; + system.autoUpgrade.enable = true; system.stateVersion = "18.09"; -- cgit v1.2.3