toPath -> builtins.toPath

This commit is contained in:
niten 2021-10-14 16:37:45 -07:00
parent 2f42079265
commit e4d4f6d7af

View File

@ -43,7 +43,7 @@ in {
]; ];
initrd = let initrd = let
host-key-pkg = host-keys.${config.instance.hostname}; host-key-pkg = host-keys.${config.instance.hostname};
host-privkey = toPath "${host-key-pkg}/ssh_host_ed25519_key"; host-privkey = builtins.toPath "${host-key-pkg}/ssh_host_ed25519_key";
in { in {
network = { network = {
enable = true; enable = true;