From c52b4c75e52b0e3a8dd5abba952fe6faacc8221c Mon Sep 17 00:00:00 2001 From: Don Harper Date: Thu, 30 May 2024 22:54:01 -0500 Subject: [PATCH] hosts/loki | disable disk-backed swap --- hosts/loki/hardware-configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/loki/hardware-configuration.nix b/hosts/loki/hardware-configuration.nix index 26f58ec..efb86ac 100644 --- a/hosts/loki/hardware-configuration.nix +++ b/hosts/loki/hardware-configuration.nix @@ -23,9 +23,9 @@ fsType = "vfat"; }; - swapDevices = - [ { device = "/dev/disk/by-uuid/cc3e6f81-e0c6-41f7-a02e-49dcaf8b795a"; } - ]; +# swapDevices = +# [ { device = "/dev/disk/by-uuid/cc3e6f81-e0c6-41f7-a02e-49dcaf8b795a"; } +# ]; # 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