From 083fabfc005580254f784ccd7e1986c3dd12f27c Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Fri, 22 Aug 2025 15:09:29 +0200 Subject: [PATCH] Baldur: remove swap file --- instances/baldur/hardware-configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/instances/baldur/hardware-configuration.nix b/instances/baldur/hardware-configuration.nix index 688072c..c585174 100644 --- a/instances/baldur/hardware-configuration.nix +++ b/instances/baldur/hardware-configuration.nix @@ -25,10 +25,10 @@ }; swapDevices = [ - { - device = "/swapfile"; - size = 1024 * 1; - } + # { + # device = "/swapfile"; + # size = 1024 * 1; + # } ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking