diff options
Diffstat (limited to 'sif/hw.nix')
-rw-r--r-- | sif/hw.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 | ]; |