Merge pull request 'fix openssh secrets' (#982) from openssh into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/982
This commit is contained in:
Mic92
2024-03-13 13:27:10 +00:00

View File

@@ -2,7 +2,7 @@
services.openssh.enable = true; services.openssh.enable = true;
services.openssh.hostKeys = [{ services.openssh.hostKeys = [{
path = config.clanCore.secrets.borgbackup.secrets."ssh.id_ed25519".path; path = config.clanCore.secrets.openssh.secrets."ssh.id_ed25519".path;
type = "ed25519"; type = "ed25519";
}]; }];