diff --git a/host/x86_64-linux/max/Filesystem.nix b/host/x86_64-linux/max/Filesystem.nix index cecf8b8..30d37b4 100644 --- a/host/x86_64-linux/max/Filesystem.nix +++ b/host/x86_64-linux/max/Filesystem.nix @@ -8,4 +8,12 @@ ]; }; }; + + swapDevices = [{ + device = "/dev/storage/swap"; + randomEncryption.enable = true; + options = [ + "nofail" + ]; + }]; }