sshd: fixup store path
All checks were successful
checks / check-links (pull_request) Successful in 21s
checks / checks-impure (pull_request) Successful in 1m49s
checks / checks (pull_request) Successful in 3m29s

This commit is contained in:
Jörg Thalheim 2024-03-13 14:56:17 +01:00
parent 8e69d07411
commit 6ecc2c6fee

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";
}];