1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

nixos/servnerr-4: add fio, ignore ts0 on up

This commit is contained in:
Matt Layher 2023-08-15 23:21:25 -04:00
parent 9d27b015e2
commit 53f65c3cf7
2 changed files with 5 additions and 0 deletions

View file

@ -45,6 +45,7 @@ in {
dmidecode
ethtool
file
fio
fwupd
gcc
git

View file

@ -21,6 +21,10 @@ in {
package = unstable.tailscale;
interfaceName = "ts0";
};
# Tailscale readiness and DNS tweaks.
systemd.network.wait-online.ignoredInterfaces = ["ts0"];
systemd.services.tailscaled.after = [ "network-online.target" "systemd-resolved.service" ];
systemd.network = {