diff --git a/hosts/physical/crow/hardware-configuration.nix b/hosts/physical/crow/hardware-configuration.nix index d77454f..2231e7a 100644 --- a/hosts/physical/crow/hardware-configuration.nix +++ b/hosts/physical/crow/hardware-configuration.nix @@ -25,7 +25,7 @@ }; fileSystems."/mnt/steam" = - { device = "/dev/dis/by-uuid/f800bb63-5798-4faa-b2d2-50073215e391"; + { device = "/dev/disk/by-uuid/f800bb63-5798-4faa-b2d2-50073215e391"; fsType = "ext4"; options = [ "users" "nofail" "exec" "defaults" ]; };