+swapfile AZ-CLD-1

This commit is contained in:
2025-12-10 06:27:40 +01:00
parent 415533215a
commit 6940cb7dc1

View File

@@ -18,6 +18,13 @@
efiInstallAsRemovable = true; efiInstallAsRemovable = true;
}; };
swapDevices = [
{
device = "/var/lib/swapfile";
size = 16 * 1024;
}
];
networking.hostName = "AZ-CLD-1"; # Define your hostname. networking.hostName = "AZ-CLD-1"; # Define your hostname.
# Pick only one of the below networking options. # Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.