From f07dbd3c5305245b402620c6fd82817ea6b8be46 Mon Sep 17 00:00:00 2001 From: clerie Date: Tue, 20 Jun 2023 11:48:12 +0200 Subject: [PATCH] hosts/krypton: do not dare using swap --- hosts/krypton/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/krypton/configuration.nix b/hosts/krypton/configuration.nix index 1906746..f5363d0 100644 --- a/hosts/krypton/configuration.nix +++ b/hosts/krypton/configuration.nix @@ -21,6 +21,8 @@ }; }; + boot.kernel.sysctl."vm.swappiness" = 0; + networking.hostName = "krypton"; system.stateVersion = "23.05";