refactor works on lio host
This commit is contained in:
parent
1d9c4beaf3
commit
f0c096edec
73 changed files with 2214 additions and 1091 deletions
|
@ -12,6 +12,7 @@ let
|
|||
"ssh"
|
||||
];
|
||||
cfg = lib.attrsets.getAttrFromPath cfg_path config;
|
||||
users_cfg = config.${ccfg.custom_config_key}.users;
|
||||
in
|
||||
{
|
||||
options =
|
||||
|
@ -87,8 +88,6 @@ in
|
|||
fi
|
||||
'';
|
||||
};
|
||||
}) config.mods.common.users;
|
||||
|
||||
}) users_cfg.users;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue