aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--nixos.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos.nix b/nixos.nix
index b5b1abd2..56cc4ee0 100644
--- a/nixos.nix
+++ b/nixos.nix
@@ -94,6 +94,10 @@ in
]
} ${cfg.sharefs.name}
'';
+
+ # do not unmount on configuration changes
+ restartIfChanged = false;
+
wantedBy = [ "multi-user.target" ];
};
};