mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
fix build
This commit is contained in:
@@ -24,7 +24,7 @@ inputs:
|
||||
network =
|
||||
{
|
||||
enable = true;
|
||||
ssh = { enable = true; hostKeys = "/nix/persistent/etc/ssh/initrd_ssh_host_ed25519_key"; };
|
||||
ssh = { enable = true; hostKeys = [ "/nix/persistent/etc/ssh/initrd_ssh_host_ed25519_key" ]; };
|
||||
};
|
||||
# resolved does not work in initrd, causing network.target to fail
|
||||
services.resolved.enable = false;
|
||||
|
||||
Reference in New Issue
Block a user