From 075296083aa9071d4c8ae01dc2644e1c89019342 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Sat, 18 Jan 2025 17:38:49 -0500 Subject: [PATCH] change filesystems to mount the root zpool --- hosts/WCE-Overseer/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" = {