Move steam mount to home
This commit is contained in:
parent
98b6cd8c73
commit
52f4ee0060
1 changed files with 1 additions and 5 deletions
|
|
@ -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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue