From c071ec0951acc440895cc5b45e8cf1f0da076343 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Fri, 26 Sep 2025 18:08:11 +0200 Subject: [PATCH] fix --- systems/x86_64-linux/stargate/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/x86_64-linux/stargate/default.nix b/systems/x86_64-linux/stargate/default.nix index 548df61..38d90e3 100644 --- a/systems/x86_64-linux/stargate/default.nix +++ b/systems/x86_64-linux/stargate/default.nix @@ -66,6 +66,7 @@ with lib.custom; { enable = true; swapSize = null; }; + custom.presets.default = enabled; #custom.hardware.secureBoot = enabled; custom.impermanence = enabled;