From 0878a2f2519f7d02fa7559a1ddc5978fe04d60bd Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Thu, 2 Jan 2025 23:05:49 +0100 Subject: [PATCH] builder: Remove swap --- systems/x86_64-linux/builder/hardware-configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/systems/x86_64-linux/builder/hardware-configuration.nix b/systems/x86_64-linux/builder/hardware-configuration.nix index d0bd254..46d9b7a 100644 --- a/systems/x86_64-linux/builder/hardware-configuration.nix +++ b/systems/x86_64-linux/builder/hardware-configuration.nix @@ -29,8 +29,6 @@ fsType = "ext4"; }; - swapDevices = [ { device = "/dev/disk/by-uuid/ab60b5f0-caaa-4a7e-803f-c4c1a6a076dd"; } ]; - # Enables DHCP on each ethernet and wireless interface. In case of scripted networking # (the default) this is the recommended approach. When using systemd-networkd it's # still possible to use this option, but it's recommended to use it in conjunction