diff --git a/hardware-configuration.nix b/hardware-configuration.nix index c34888724..ec67c31ff 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -27,7 +27,7 @@ fsType = "zfs"; }; - fileSystems."/mnt/steam" = + fileSystems."/exports/steam" = { device = "loutrepool/steam"; fsType = "zfs"; };