feat: mount games to mnt
1 files changed, 6 insertions(+), 0 deletions(-) M hosts/desktop-clotho/hardware-configuration.nix
M hosts/desktop-clotho/hardware-configuration.nix => hosts/desktop-clotho/hardware-configuration.nix +6 -0
@@ 35,6 35,12 @@ options = [ "bind" ]; }; + fileSystems."/mnt/games" = + { device = "/data/Linux/Games"; + fsType = "none"; + options = [ "bind" ]; + }; + swapDevices = [ { device = "/dev/disk/by-label/swap"; } ];