initrd-ssh: fix shell
This commit is contained in:
parent
071c0aa464
commit
763a71c93f
|
@ -13,7 +13,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
networks."10-wired-default" = config.systemd.network.networks."10-wired-default";
|
networks."10-wired-default" = config.systemd.network.networks."10-wired-default";
|
||||||
};
|
};
|
||||||
users.root.shell = "/bin/zfs load-key rpool/nixos";
|
users.root.shell = "/bin/systemd-tty-ask-password-agent";
|
||||||
};
|
};
|
||||||
network = {
|
network = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue