From be9cc03484b2bc591d48396e529bb370490b9f7e Mon Sep 17 00:00:00 2001 From: Don Harper Date: Tue, 2 Apr 2024 22:19:58 -0500 Subject: [PATCH] pocket2 | remove swap --- hosts/pocket2/hardware-configuration.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/pocket2/hardware-configuration.nix b/hosts/pocket2/hardware-configuration.nix index 7782faf..5120678 100644 --- a/hosts/pocket2/hardware-configuration.nix +++ b/hosts/pocket2/hardware-configuration.nix @@ -23,10 +23,6 @@ fsType = "vfat"; }; - swapDevices = - [ { device = "/dev/disk/by-uuid/13b6e2c4-b8f1-48c9-b992-bf2d172d9a25"; } - ]; - # 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