Skip to content

Commit

Permalink
n/kyorinrin: make some steam games happier about path lengths
Browse files Browse the repository at this point in the history
  • Loading branch information
arachnist committed Jul 10, 2024
1 parent 31d07b2 commit 8ea649c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nixos/kyorinrin/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 8ea649c

Please sign in to comment.