options/machine: allow to define users without wheel
This commit is contained in:
parent
87e83f336f
commit
88a6a90ab2
10 changed files with 26 additions and 25 deletions
|
@ -89,10 +89,10 @@ in
|
|||
Adds binary caches to both nix.trustedBinaryCaches and nix.binaryCaches. ("https://cache.nixos.org" is kept by default)
|
||||
'';
|
||||
};
|
||||
administrators = mkOption {
|
||||
users = mkOption {
|
||||
type = types.listOf types.attrs;
|
||||
description = ''
|
||||
List of administrative users.
|
||||
List of normal users.
|
||||
'';
|
||||
};
|
||||
domain = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue