catacomb: add nofail test mount
this is just here so I know it works for when I use it on backyard
This commit is contained in:
parent
8cbbcf70fd
commit
6e614e70ee
|
@ -18,6 +18,12 @@
|
|||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/mnt" =
|
||||
{ device = "catapool/test";
|
||||
fsType = "zfs";
|
||||
options = [ "nofail" ];
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
|
||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||
|
|
Loading…
Reference in New Issue