From 8a372544d4e65799243195af9bb69c9e796f8e8a Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 9 Sep 2025 14:43:08 +0200 Subject: [PATCH] Baldur: add 1G swap --- instances/baldur/hardware-configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/instances/baldur/hardware-configuration.nix b/instances/baldur/hardware-configuration.nix index c585174..39755a0 100644 --- a/instances/baldur/hardware-configuration.nix +++ b/instances/baldur/hardware-configuration.nix @@ -25,10 +25,7 @@ }; swapDevices = [ - # { - # device = "/swapfile"; - # size = 1024 * 1; - # } + { device = "/swapfile"; size = 1024 * 1; } ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking