From eb295b0060cd70abcfcb55be4a51bed2ebbb2485 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 6 Feb 2024 18:23:56 +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 c775e74f..94fc5206 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 = "/etc/swap.key"; + keyFile = "/mnt-root/etc/swap.key"; allowDiscards = true; }; # content content = {