From 6e614e70eeb8892554ec7df7bdd0919f216f9e69 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Mon, 24 Jun 2024 23:03:03 +0000 Subject: [PATCH] catacomb: add nofail test mount this is just here so I know it works for when I use it on backyard --- machine/catacomb/hardware-configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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