summaryrefslogtreecommitdiff
path: root/systems/glados/hardware-configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'systems/glados/hardware-configuration.nix')
-rw-r--r--systems/glados/hardware-configuration.nix9
1 files changed, 9 insertions, 0 deletions
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";