From 48afbab614c19c6ffcc566a601cce3f20b26a97b Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 6 Feb 2024 18:02:48 +0900 Subject: [PATCH] test --- nixos/hosts/nixos-framework/disks.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/nixos-framework/disks.nix b/nixos/hosts/nixos-framework/disks.nix index 94fc5206..c775e74f 100644 --- a/nixos/hosts/nixos-framework/disks.nix +++ b/nixos/hosts/nixos-framework/disks.nix @@ -75,7 +75,7 @@ type = "luks"; name = "SWAP"; settings = { - keyFile = "/mnt-root/etc/swap.key"; + keyFile = "/etc/swap.key"; allowDiscards = true; }; # content content = {