diff --git a/modules/core/initrd-ssh.nix b/modules/core/initrd-ssh.nix index 9fc5824..a244b21 100644 --- a/modules/core/initrd-ssh.nix +++ b/modules/core/initrd-ssh.nix @@ -6,14 +6,14 @@ { config, ... }: { boot.initrd = { - availableKernelModules = ["mlx5_core"]; + availableKernelModules = [ "mlx5_core" ]; systemd = { enable = true; network = { enable = true; 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 = { enable = true;