diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-12-19 07:16:05 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-12-19 07:16:05 +0100 |
commit | 793065d2a9e75c52c1dbd63f9cfa7bb97b31ab67 (patch) | |
tree | dde12c026da735106c66b7b7b98f31b99237d147 /sif/hw.nix | |
parent | 09bf279baf62e299c62884cfad8874a8c5929b0c (diff) | |
download | nixos-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.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 | ]; |