rename plusultra to metacfg
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
b22607a4df
commit
04f08d679e
48 changed files with 149 additions and 149 deletions
|
@ -24,7 +24,7 @@ rec {
|
|||
(result: name:
|
||||
let
|
||||
host = hosts.${name};
|
||||
user = host.config.plusultra.user.name or null;
|
||||
user = host.config.metacfg.user.name or null;
|
||||
inherit (host.pkgs) system;
|
||||
in
|
||||
result // {
|
||||
|
@ -37,7 +37,7 @@ rec {
|
|||
user = "root";
|
||||
sshUser = user;
|
||||
} // lib.optionalAttrs
|
||||
(host.config.plusultra.security.doas.enable or false)
|
||||
(host.config.metacfg.security.doas.enable or false)
|
||||
{
|
||||
sudo = "doas -u";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue