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

feat: add ping to initrd; add gateway to sire

This commit is contained in:
oddlama 2024-01-06 02:25:59 +01:00
parent 659d5a5241
commit 2476879e73
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 3 additions and 0 deletions

View file

@ -11,6 +11,7 @@
emergencyAccess = config.repo.secrets.global.root.hashedPassword;
# TODO good idea? targets.emergency.wants = ["network.target" "sshd.service"];
extraBin.ip = "${pkgs.iproute2}/bin/ip";
extraBin.ping = "${pkgs.iputils}/bin/ping";
};
# NOTE: Add "rd.systemd.unit=rescue.target" to debug initrd