toPath -> builtins.toPath
This commit is contained in:
parent
2f42079265
commit
e4d4f6d7af
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user