diff --git a/machine/catacomb/hardware-configuration.nix b/machine/catacomb/hardware-configuration.nix index 798c873..e128b6e 100644 --- a/machine/catacomb/hardware-configuration.nix +++ b/machine/catacomb/hardware-configuration.nix @@ -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