forked from mirrors_public/oddlama_nix-config
fix: add device overrides for new disko partlabel stuff
This commit is contained in:
parent
5aad6c3a84
commit
aab790065a
8 changed files with 110 additions and 20 deletions
|
@ -12,6 +12,7 @@
|
|||
# TODO good idea? targets.emergency.wants = ["network.target" "sshd.service"];
|
||||
extraBin.ip = "${pkgs.iproute2}/bin/ip";
|
||||
extraBin.ping = "${pkgs.iputils}/bin/ping";
|
||||
extraBin.cryptsetup = "${pkgs.cryptsetup}/bin/cryptsetup";
|
||||
# Give me a usable shell please
|
||||
users.root.shell = "${pkgs.bashInteractive}/bin/bash";
|
||||
storePaths = ["${pkgs.bashInteractive}/bin/bash"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue