From df5c6bfef96691ce30e8a45c2a12bf2259ec5a7e Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Fri, 21 Mar 2025 01:02:27 +0100 Subject: [PATCH] perso-desktop: Remove swap New computer with 128gb --- hosts/perso-desktop/hardware-configuration.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/perso-desktop/hardware-configuration.nix b/hosts/perso-desktop/hardware-configuration.nix index 4c179c5..971e6ce 100644 --- a/hosts/perso-desktop/hardware-configuration.nix +++ b/hosts/perso-desktop/hardware-configuration.nix @@ -13,10 +13,6 @@ boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ]; - swapDevices = - [ { device = "/var/lib/swapfile"; size = 8*1024; } - ]; - # 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 # still possible to use this option, but it's recommended to use it in conjunction