This commit is contained in:
2026-01-18 16:08:44 +03:00
parent 592266855c
commit 1b1f462e30
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -30,6 +30,11 @@
description = "Hostname...";
};
};
users.new = lib.mkOption {
type = lib.types.str;
default = "snity";
description = "Username for guest.";
};
dirs = {
user-home = lib.mkOption {
type = lib.types.str;