From 22dc931c38247d718e97d16b20a9dafa4996bb68 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sun, 9 Jun 2024 14:35:12 -0400 Subject: [PATCH] removed swapDevices --- systems/bob/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/bob/hardware.nix b/systems/bob/hardware.nix index e868d89..db9f28a 100644 --- a/systems/bob/hardware.nix +++ b/systems/bob/hardware.nix @@ -50,7 +50,7 @@ }; }; - swapDevices = [ { device = "/dev/disk/by-uuid/2ece9ba5-e892-400d-8b50-2126a8eb2fa0"; } ]; + swapDevices = [ ]; # 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