1
1
Fork 0

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:
Tim Van Baak 2024-06-24 23:03:03 +00:00
parent 8cbbcf70fd
commit 6e614e70ee
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,12 @@
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/mnt" =
{ device = "catapool/test";
fsType = "zfs";
options = [ "nofail" ];
};
swapDevices = [ ]; swapDevices = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking # Enables DHCP on each ethernet and wireless interface. In case of scripted networking