Server/ssh: write ssh keys to correct locations
This commit is contained in:
parent
b668212daf
commit
4e9a1dae72
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@
|
|||
in {
|
||||
sops.secrets = {
|
||||
discordWebhook = {};
|
||||
"hostKey/private".path = "${hostKeyPath}.pub";
|
||||
"hostKey/public".path = hostKeyPath;
|
||||
"hostKey/public".path = "${hostKeyPath}.pub";
|
||||
"hostKey/private".path = hostKeyPath;
|
||||
};
|
||||
|
||||
users.users.toast.openssh.authorizedKeys.keys = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue