Move steam mount to home

This commit is contained in:
KnightArtorias 2025-12-17 02:15:51 +00:00
parent 98b6cd8c73
commit 52f4ee0060

View file

@ -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"
];
};
}