diff --git a/host/home/Filesystem.nix b/host/home/Filesystem.nix index ad0ec26..a790048 100644 --- a/host/home/Filesystem.nix +++ b/host/home/Filesystem.nix @@ -18,7 +18,8 @@ }; swapDevices = [{ - device = "/storage/hot/.swapfile"; - size = 128 * 1024; + device = "/storage/hot/.swapfile"; + size = 128 * 1024; + options = [ "nofail" ]; }]; }