diff options
| author | adikro <adikro@disroot.org> | 2026-05-16 18:27:36 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-05-16 18:27:36 +0200 |
| commit | abe5d2534bfb12f5f0d2695975a34fee229531cf (patch) | |
| tree | aa38efd0f9a6f89d1c8d9c013b30d9164e563139 /hosts/desktop/disko.nix | |
| parent | 31c293d72740180ca1272c76e96a1c6c87b9e195 (diff) | |
added SLS steam
Diffstat (limited to 'hosts/desktop/disko.nix')
| -rw-r--r-- | hosts/desktop/disko.nix | 6 |
1 files changed, 3 insertions, 3 deletions
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" |
