~ruther/nixos-config

005229178d904e08376392f15a4e5432997b1754 — Frantisek Bohacek 1 year, 4 months ago 2388fbf
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"; }
    ];

Do not follow this link