From 931e78ffa1ec2b96555c81759002fd3cf7a0ad6f Mon Sep 17 00:00:00 2001 From: oqyude Date: Tue, 21 Oct 2025 11:55:26 +0300 Subject: [PATCH] 123 --- configurations/hardware/server.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configurations/hardware/server.nix b/configurations/hardware/server.nix index a279695..446efa8 100644 --- a/configurations/hardware/server.nix +++ b/configurations/hardware/server.nix @@ -47,9 +47,9 @@ }; }; - swapDevices = [ - { device = "/dev/disk/by-partlabel/disk-main-swap"; } - ]; + # swapDevices = [ + # { device = "/dev/disk/by-partlabel/disk-main-swap"; } + # ]; # 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