If proxmox enable, that set custom users
This commit is contained in:
parent
fa0373d90f
commit
fd2b1c42e8
2 changed files with 5 additions and 2 deletions
|
|
@ -5,10 +5,10 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.serverUsers;
|
||||
cfg = config.serverNodeUsers;
|
||||
in
|
||||
{
|
||||
options.serverUsers = {
|
||||
options.serverNodeUsers = {
|
||||
enable = lib.mkEnableOption "Set users for server hosts";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue