This commit is contained in:
2026-01-15 19:12:40 +03:00
parent b022fd1e10
commit 7c0539a106
3 changed files with 42 additions and 1 deletions
+5 -1
View File
@@ -14,7 +14,6 @@
"server"
"vds"
"wsl"
"pub-vds"
];
default = "minimal";
description = "Type of device for this host.";
@@ -46,6 +45,11 @@
default = "/mnt/archive";
description = "Archive drive mount point.";
};
lamet-drive = lib.mkOption {
type = lib.types.str;
default = "/mnt/lamet";
description = "Lamet drive mount point.";
};
mobile-drive = lib.mkOption {
type = lib.types.str;
default = "/mnt/mobile";