diff --git a/config/nutty-noon.nix b/config/nutty-noon.nix index a404ea1b..545f56fb 100644 --- a/config/nutty-noon.nix +++ b/config/nutty-noon.nix @@ -88,7 +88,7 @@ }; fileSystems."/root" = { - device = "ssd/userdata/root"; + device = "ssd/userdata/home/root"; fsType = "zfs"; options = [ "zfsutil" ]; };