forked from nyanloutre/nixos-config
Montage dh param
This commit is contained in:
parent
4b9b6df84c
commit
b12884e160
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@
|
||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/var/certs" =
|
||||||
|
{ device = "loutrepool/var/certs";
|
||||||
|
fsType = "zfs";
|
||||||
|
};
|
||||||
|
|
||||||
fileSystems."/var/lib/transmission" =
|
fileSystems."/var/lib/transmission" =
|
||||||
{ device = "loutrepool/var/transmission";
|
{ device = "loutrepool/var/transmission";
|
||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
|
|
Loading…
Add table
Reference in a new issue