From 7d17d31ed8e58f6dd99d231b938630e14fc4794c Mon Sep 17 00:00:00 2001 From: Jo Date: Mon, 28 Jul 2025 21:26:34 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20Add=20back=20Swapfile=20an?= =?UTF-8?q?d=20remove=20old=20extraHosts=20entry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- systems/x86_64-nixos/puzzlevision/default.nix | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/systems/x86_64-nixos/puzzlevision/default.nix b/systems/x86_64-nixos/puzzlevision/default.nix index f897aa2..d8a861c 100644 --- a/systems/x86_64-nixos/puzzlevision/default.nix +++ b/systems/x86_64-nixos/puzzlevision/default.nix @@ -34,17 +34,13 @@ archetypes.laptop.enable = true; }; - networking.extraHosts = '' - 127.0.0.1 dev.bl-projekte.de - ''; - # Configure 8GB SWAP partition - # swapDevices = [ - # { - # device = "/swapfile"; - # size = 8 * 1024; - # } - # ]; + swapDevices = [ + { + device = "/swapfile"; + size = 8 * 1024; + } + ]; boot = { # Configure additional kernel modules.