added key for horizon to authorized keys for defiant

This commit is contained in:
Leyla Becker 2024-09-16 21:18:08 -05:00
parent 16bb44f5e8
commit ad44943abe

View file

@ -44,6 +44,12 @@ in
];
hashedPasswordFile = config.sops.secrets."passwords/leyla".path;
openssh = {
authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJHeItmt8TRW43uNcOC+eIurYC7Eunc0V3LGocQqLaYj leyla@horizon"
];
};
} else {
isSystemUser = true;
}