diff --git a/hosts/WCE-Overseer/hardware-configuration.nix b/hosts/WCE-Overseer/hardware-configuration.nix index c51b47f..f70756d 100644 --- a/hosts/WCE-Overseer/hardware-configuration.nix +++ b/hosts/WCE-Overseer/hardware-configuration.nix @@ -19,8 +19,8 @@ boot.extraModulePackages = []; fileSystems."/" = { - device = "/dev/disk/by-label/zroot"; - fsType = "auto"; + device = "zpool/zroot"; + fsType = "zfs"; }; fileSystems."/boot" = {