This commit is contained in:
2026-01-02 14:41:10 +03:00
parent d745747f1c
commit fac9f5946c
3 changed files with 55 additions and 23 deletions
+5
View File
@@ -46,6 +46,11 @@
default = "/mnt/archive";
description = "Archive drive mount point.";
};
mobile-drive = lib.mkOption {
type = lib.types.str;
default = "/mnt/mobile";
description = "Mobile drive mount point.";
};
therima-drive = lib.mkOption {
type = lib.types.str;
default = "/mnt/therima";