diff --git a/hosts/axl/hardware-configuration.nix b/hosts/axl/hardware-configuration.nix index f3b652e..1a63ac0 100644 --- a/hosts/axl/hardware-configuration.nix +++ b/hosts/axl/hardware-configuration.nix @@ -31,8 +31,8 @@ options = [ "zfsutil" ]; }; - fileSystems."/home" = - { device = "zpool/home"; + fileSystems."/home/peter" = + { device = "zpool/home/peter"; fsType = "zfs"; options = [ "zfsutil" ]; };