n/kyorinrin: make some steam games happier about path lengths
Some checks failed
CI / aarch64-linux (push) Successful in 1m42s
CI / x86_64-linux (push) Failing after 1m55s

This commit is contained in:
Ari Gato 2024-07-10 20:13:20 +02:00
parent 31d07b2a46
commit 8ea649c943

View file

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