diff options
| -rw-r--r-- | nixos.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -94,6 +94,10 @@ in ] } ${cfg.sharefs.name} ''; + + # do not unmount on configuration changes + restartIfChanged = false; + wantedBy = [ "multi-user.target" ]; }; }; |
