toPath -> builtins.toPath

This commit is contained in:
niten 2021-10-14 16:37:45 -07:00
parent 2f42079265
commit e4d4f6d7af
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ in {
];
initrd = let
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 {
network = {
enable = true;