From 6940cb7dc1812dbdef84322e0620472b50446f9c Mon Sep 17 00:00:00 2001 From: "sascha.koenig" Date: Wed, 10 Dec 2025 06:27:40 +0100 Subject: [PATCH] +swapfile AZ-CLD-1 --- hosts/AZ-CLD-1/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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.