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:
parent
9d27b015e2
commit
53f65c3cf7
2 changed files with 5 additions and 0 deletions
|
@ -45,6 +45,7 @@ in {
|
|||
dmidecode
|
||||
ethtool
|
||||
file
|
||||
fio
|
||||
fwupd
|
||||
gcc
|
||||
git
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue