From abe5d2534bfb12f5f0d2695975a34fee229531cf Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 16 May 2026 18:27:36 +0200 Subject: added SLS steam --- hosts/desktop/disko.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hosts/desktop/disko.nix') diff --git a/hosts/desktop/disko.nix b/hosts/desktop/disko.nix index 5b3b626..f0eb6cd 100644 --- a/hosts/desktop/disko.nix +++ b/hosts/desktop/disko.nix @@ -69,7 +69,7 @@ ]; }; "games" = { - mountpoint = "/games"; + mountpoint = "/home/adam/games"; mountOptions = [ "compress=none" "discard=async" @@ -79,7 +79,7 @@ ]; }; "llms" = { - mountpoint = "/llms"; + mountpoint = "/home/adam/llms"; mountOptions = [ "compress=none" "discard=async" @@ -90,7 +90,7 @@ ]; }; "vms" = { - mountpoint = "/vms"; + mountpoint = "/home/adam/vms"; mountOptions = [ "compress=none" "discard=async" -- cgit v1.3