summaryrefslogtreecommitdiff
path: root/sif
diff options
context:
space:
mode:
Diffstat (limited to 'sif')
-rw-r--r--sif/hw.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/sif/hw.nix b/sif/hw.nix
index 17293c90..1a20bcf5 100644
--- a/sif/hw.nix
+++ b/sif/hw.nix
@@ -20,6 +20,11 @@
20 fsType = "btrfs"; 20 fsType = "btrfs";
21 }; 21 };
22 22
23 fileSystems."/var/media" =
24 { device = "/dev/disk/by-uuid/437eca70-d017-4d52-a1fa-2f4c7a87f096";
25 fsType = "btrfs";
26 };
27
23 swapDevices = 28 swapDevices =
24 [ { device = "/dev/disk/by-uuid/50f3f856-cc17-4614-846a-34a14d5006ec"; } 29 [ { device = "/dev/disk/by-uuid/50f3f856-cc17-4614-846a-34a14d5006ec"; }
25 ]; 30 ];