diff --git a/nixos/machines/biskcomp.nix b/nixos/machines/biskcomp.nix index d69192ff..9b415b20 100644 --- a/nixos/machines/biskcomp.nix +++ b/nixos/machines/biskcomp.nix @@ -41,6 +41,10 @@ }; }; + swapDevices = [ + { device = "/swapfile"; size = 8192; } # size is in MiB + ]; + networking.hostName = "biskcomp"; system.stateVersion = "23.11"; }