diff --git a/hosts/AZ-CLD-1/configuration.nix b/hosts/AZ-CLD-1/configuration.nix index 786cb2e..30c802d 100644 --- a/hosts/AZ-CLD-1/configuration.nix +++ b/hosts/AZ-CLD-1/configuration.nix @@ -18,6 +18,13 @@ efiInstallAsRemovable = true; }; + swapDevices = [ + { + device = "/var/lib/swapfile"; + size = 16 * 1024; + } + ]; + networking.hostName = "AZ-CLD-1"; # Define your hostname. # Pick only one of the below networking options. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.