Dehardcoded user configuration.
This commit is contained in:
parent
347d406ea9
commit
d2c6b3931e
5 changed files with 38 additions and 19 deletions
|
@ -34,6 +34,12 @@ with lib;
|
|||
The Machines HostName
|
||||
'';
|
||||
};
|
||||
administrators = mkOption {
|
||||
type = types.listOf types.attrs;
|
||||
description = ''
|
||||
List of administrative users.
|
||||
'';
|
||||
};
|
||||
domain = mkOption {
|
||||
type = types.str;
|
||||
default = "localhost";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue