mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 22:41:52 +03:00
213
This commit is contained in:
@@ -30,11 +30,6 @@
|
|||||||
description = "Hostname...";
|
description = "Hostname...";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
users.new = lib.mkOption {
|
|
||||||
type = lib.types.str;
|
|
||||||
default = "snity";
|
|
||||||
description = "Username for guest.";
|
|
||||||
};
|
|
||||||
dirs = {
|
dirs = {
|
||||||
user-home = lib.mkOption {
|
user-home = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
|
|||||||
Reference in New Issue
Block a user