diff --git a/hosts/by-name/servo/fs.nix b/hosts/by-name/servo/fs.nix index 907700282..89e31f2b6 100644 --- a/hosts/by-name/servo/fs.nix +++ b/hosts/by-name/servo/fs.nix @@ -40,12 +40,13 @@ # see: # i don't know what guarantees NixOS/systemd make about that, so specifying all devices for now "device=/dev/disk/by-partuuid/14a7d00a-be53-2b4e-96f9-7e2c964674ec" + "device=/dev/disk/by-partuuid/d9ad5ebc-0fc4-4d89-9fd0-619ce5210f1b" #< added 2024-11-13 "device=/dev/disk/by-partuuid/6b86cc10-c3cc-ec4d-b20d-b6688f0959a6" - "device=/dev/disk/by-partuuid/7fd85cac-b6f3-8248-af4e-68e703d11020" + # "device=/dev/disk/by-partuuid/7fd85cac-b6f3-8248-af4e-68e703d11020" #< removed 2024-11-13 "device=/dev/disk/by-partuuid/ef0e5c7b-fccf-f444-bac4-534424326159" "nofail" # "x-systemd.before=local-fs.target" - "x-systemd.device-bound=false" #< don't unmount when `device` disappears + "x-systemd.device-bound=false" #< don't unmount when `device` disappears (i thought this was necessary, for drive replacement, but it might not be) "x-systemd.device-timeout=60s" "x-systemd.mount-timeout=60s" ];