From 52f4ee00602996be97dd5431312d24d8cee04db4 Mon Sep 17 00:00:00 2001 From: KnightArtorias Date: Wed, 17 Dec 2025 02:15:51 +0000 Subject: [PATCH] Move steam mount to home --- hosts/physical/crow/default.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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" ]; }; }