fix openssh secrets

This commit is contained in:
Jörg Thalheim
2024-03-13 14:26:39 +01:00
committed by Mic92
parent e67ac52a33
commit 59cb2b2a29

View File

@@ -2,7 +2,7 @@
services.openssh.enable = true;
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";
}];