added key for horizon to authorized keys for defiant
This commit is contained in:
parent
16bb44f5e8
commit
ad44943abe
|
@ -44,6 +44,12 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
hashedPasswordFile = config.sops.secrets."passwords/leyla".path;
|
hashedPasswordFile = config.sops.secrets."passwords/leyla".path;
|
||||||
|
|
||||||
|
openssh = {
|
||||||
|
authorizedKeys.keys = [
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJHeItmt8TRW43uNcOC+eIurYC7Eunc0V3LGocQqLaYj leyla@horizon"
|
||||||
|
];
|
||||||
|
};
|
||||||
} else {
|
} else {
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue