summaryrefslogtreecommitdiff
path: root/hosts/desktop/disko.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/desktop/disko.nix')
-rw-r--r--hosts/desktop/disko.nix6
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"