From 4415f503242dab5e085eb5326613c5b607c087fb Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 1 Feb 2024 19:48:16 +0900 Subject: [PATCH] test disk partitesttion changes --- 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 8a724705..6eaab09e 100644 --- a/nixos/hosts/nixos-framework/disks.nix +++ b/nixos/hosts/nixos-framework/disks.nix @@ -70,7 +70,7 @@ end = "100%"; content = { type = "luks"; - name "SWAP"; + name = "SWAP"; settings = { keyFile = "/swap.key"; allowDiscards = true;