summaryrefslogtreecommitdiff
path: root/sif/hw.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-12-19 07:16:05 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2019-12-19 07:16:05 +0100
commit793065d2a9e75c52c1dbd63f9cfa7bb97b31ab67 (patch)
treedde12c026da735106c66b7b7b98f31b99237d147 /sif/hw.nix
parent09bf279baf62e299c62884cfad8874a8c5929b0c (diff)
downloadnixos-793065d2a9e75c52c1dbd63f9cfa7bb97b31ab67.tar
nixos-793065d2a9e75c52c1dbd63f9cfa7bb97b31ab67.tar.gz
nixos-793065d2a9e75c52c1dbd63f9cfa7bb97b31ab67.tar.bz2
nixos-793065d2a9e75c52c1dbd63f9cfa7bb97b31ab67.tar.xz
nixos-793065d2a9e75c52c1dbd63f9cfa7bb97b31ab67.zip
have strm send to sif
Diffstat (limited to 'sif/hw.nix')
-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 ];