1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

fix: add device overrides for new disko partlabel stuff

This commit is contained in:
oddlama 2024-03-02 16:06:15 +01:00
parent 5aad6c3a84
commit aab790065a
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
8 changed files with 110 additions and 20 deletions

View file

@ -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"];