From 2af00f65facb73b01887f447259b63a988b7290b Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 6 Feb 2024 19:09:03 +0900 Subject: [PATCH] test --- nixos/hosts/nixos-framework/disks.nix | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/nixos/hosts/nixos-framework/disks.nix b/nixos/hosts/nixos-framework/disks.nix index 113078c9..a42640d5 100644 --- a/nixos/hosts/nixos-framework/disks.nix +++ b/nixos/hosts/nixos-framework/disks.nix @@ -74,17 +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 - settings = { - keyFile = "/mnt-root/etc/swap.key"; - allowDiscards = true; - }; # content }; # content.ontent };# content } # partition 3 (SWAP)