diff --git a/hosts/g14/hardware-configuration.nix b/hosts/g14/hardware-configuration.nix index aefc4f4..b41962a 100644 --- a/hosts/g14/hardware-configuration.nix +++ b/hosts/g14/hardware-configuration.nix @@ -30,6 +30,12 @@ neededForBoot = false; }; + fileSystems."/data0" = + { device = "data0"; + fsType = "zfs"; + neededForBoot = false; + }; + swapDevices = [ { device = "/dev/disk/by-uuid/5af059c4-6066-43a1-b037-683fa9e0d6fd"; } ];