diff --git a/nixos/hosts/nixos-framework/disks.nix b/nixos/hosts/nixos-framework/disks.nix index 5c79f788..db30c1a5 100644 --- a/nixos/hosts/nixos-framework/disks.nix +++ b/nixos/hosts/nixos-framework/disks.nix @@ -66,19 +66,17 @@ }; # content } # partition 2 (/ BTRFS) { - name = "LUKS-SWAP"; + name = "SWAP"; start = "-64GiB"; end = "100%"; content = { type = "luks"; - name = "SWAP"; settings = { keyFile = "/tmp/swap.key"; allowDiscards = true; }; content = { type = "swap"; - randomEncryption = false; resumeDevice = true; # Hibernation }; };