From f821b9716fc0d71f46c1bc3cec10f11e3786369f Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 6 Feb 2024 18:03:12 +0900 Subject: [PATCH] test --- nixos/hosts/nixos-framework/disks.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/hosts/nixos-framework/disks.nix b/nixos/hosts/nixos-framework/disks.nix index c775e74f..f30ec8ac 100644 --- a/nixos/hosts/nixos-framework/disks.nix +++ b/nixos/hosts/nixos-framework/disks.nix @@ -77,6 +77,7 @@ settings = { keyFile = "/etc/swap.key"; allowDiscards = true; + preLVM = false; }; # content content = { type = "swap";