forked from mirrors_public/oddlama_nix-config
feat: add usable initrd shell
This commit is contained in:
parent
8b67068237
commit
0abd08a7be
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@
|
||||||
# TODO good idea? targets.emergency.wants = ["network.target" "sshd.service"];
|
# TODO good idea? targets.emergency.wants = ["network.target" "sshd.service"];
|
||||||
extraBin.ip = "${pkgs.iproute2}/bin/ip";
|
extraBin.ip = "${pkgs.iproute2}/bin/ip";
|
||||||
extraBin.ping = "${pkgs.iputils}/bin/ping";
|
extraBin.ping = "${pkgs.iputils}/bin/ping";
|
||||||
|
# Give me a usable shell please
|
||||||
|
users.root.shell = "${pkgs.bashInteractive}/bin/bash";
|
||||||
|
storePaths = ["${pkgs.bashInteractive}/bin/bash"];
|
||||||
};
|
};
|
||||||
|
|
||||||
# NOTE: Add "rd.systemd.unit=rescue.target" to debug initrd
|
# NOTE: Add "rd.systemd.unit=rescue.target" to debug initrd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue