n/kyorinrin: make some steam games happier about path lengths
This commit is contained in:
parent
31d07b2a46
commit
8ea649c943
1 changed files with 6 additions and 0 deletions
|
@ -39,6 +39,12 @@ _:
|
|||
options = [ "subvol=home" ];
|
||||
};
|
||||
|
||||
fileSystems."/steam" = {
|
||||
device = "/dev/disk/by-uuid/82037b18-0f09-4383-8238-8e3396af30a3";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=steam" ];
|
||||
};
|
||||
|
||||
fileSystems."/etc/ssh" = {
|
||||
device = "/dev/disk/by-uuid/82037b18-0f09-4383-8238-8e3396af30a3";
|
||||
fsType = "btrfs";
|
||||
|
|
Loading…
Reference in a new issue