refactor(modules): make username not hardcoded
This commit is contained in:
parent
9e17187b02
commit
fc7d95acfd
4 changed files with 15 additions and 4 deletions
|
@ -27,6 +27,12 @@ in
|
|||
example = "goron";
|
||||
description = "The name this machine will be known by.";
|
||||
};
|
||||
mainUser = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "";
|
||||
example = "link";
|
||||
description = "The main user of pantheon.";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue