diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-12-26 04:12:14 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-12-26 04:12:14 +0900 |
| commit | dce5839a797409bf6b58273fb343764a56f91bbf (patch) | |
| tree | 2ae9464f46239b31c30462eb8a4aee387f169f0f /nixos.nix | |
| parent | d597592e1f3bd64b586257f47315390042a9def1 (diff) | |
nix: do not restart sharefs
This avoids disrupting running containers.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'nixos.nix')
| -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" ]; }; }; |
