From cb34d155532e229d63c2fc09be94014dd222d06a Mon Sep 17 00:00:00 2001 From: KnightArtorias Date: Fri, 6 Mar 2026 01:16:46 +0000 Subject: [PATCH] Fix steam drive again --- hosts/physical/crow/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]; };