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