From 085fb5b9c9347aae2cf502a8e0179c0d731e9e68 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Wed, 5 Feb 2025 10:19:41 -0500 Subject: glados: allocate swapfile --- systems/glados/hardware-configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'systems/glados/hardware-configuration.nix') diff --git a/systems/glados/hardware-configuration.nix b/systems/glados/hardware-configuration.nix index bd5f220..413471f 100644 --- a/systems/glados/hardware-configuration.nix +++ b/systems/glados/hardware-configuration.nix @@ -74,6 +74,15 @@ ]; }; + "/swap" = { + device = "/dev/mapper/cryptroot"; + fsType = "btrfs"; + options = [ + "subvol=swap" + "noatime" + ]; + }; + "/boot" = { device = "/dev/disk/by-uuid/B95B-9412"; fsType = "vfat"; -- cgit v1.2.3