diff --git a/hosts/c2/hardware-configuration.nix b/hosts/c2/hardware-configuration.nix index 3ce27f9..d5f595d 100644 --- a/hosts/c2/hardware-configuration.nix +++ b/hosts/c2/hardware-configuration.nix @@ -24,6 +24,11 @@ fsType = "zfs"; }; + fileSystems."/data2" = { + device = "data2/data2"; + fsType = "zfs"; + }; + fileSystems."/boot" = { device = "/dev/disk/by-uuid/01A3-4293"; fsType = "vfat";