diff --git a/nixos/hosts/nixos-framework/disks.nix b/nixos/hosts/nixos-framework/disks.nix index a42640d5..94fc5206 100644 --- a/nixos/hosts/nixos-framework/disks.nix +++ b/nixos/hosts/nixos-framework/disks.nix @@ -74,13 +74,13 @@ content = { type = "luks"; name = "SWAP"; - content = { - type = "swap"; - resumeDevice = true; # Hibernation settings = { keyFile = "/mnt-root/etc/swap.key"; allowDiscards = true; }; # content + content = { + type = "swap"; + resumeDevice = true; # Hibernation }; # content.ontent };# content } # partition 3 (SWAP)