diff --git a/hosts/physical/crow/default.nix b/hosts/physical/crow/default.nix index 1dcc277..539af21 100644 --- a/hosts/physical/crow/default.nix +++ b/hosts/physical/crow/default.nix @@ -24,18 +24,14 @@ networking.hostName = "crow"; - fileSystems."/mnt/steam" = { + fileSystems."/home/${vars.user}/Games/SteamLibrary" = { device = "/dev/disk/by-uuid/312227de-38a9-4475-9e46-fecc232f2002"; fsType = "ext4"; options = [ - "defaults" "users" "nofail" "noatime" - "uid=1000" - "gid=100" - "mode=775" ]; }; }