diff --git a/hosts/c1/hardware-configuration.nix b/hosts/c1/hardware-configuration.nix index 21912dd..ce2c994 100644 --- a/hosts/c1/hardware-configuration.nix +++ b/hosts/c1/hardware-configuration.nix @@ -24,6 +24,11 @@ fsType = "zfs"; }; + fileSystems."/data2" = { + device = "data2/data2"; + fsType = "zfs"; + }; + fileSystems."/boot" = { device = "/dev/disk/by-uuid/6907-0724"; fsType = "vfat";