fix openssh secrets

change facts path to be the full path

sshd: fixup store path
This commit is contained in:
Jörg Thalheim
2024-03-13 14:26:39 +01:00
parent 210b1f7741
commit 406033b69a
2 changed files with 4 additions and 4 deletions

View File

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