This commit is contained in:
mjallen18
2026-02-02 18:14:57 -06:00
parent d9d7760e58
commit f856076452
7 changed files with 378 additions and 15 deletions

View File

@@ -1,4 +1,9 @@
{ pkgs, ... }:
{
config,
lib,
pkgs,
...
}:
{
systemd.network.wait-online.enable = false;
# Force tailscaled to use nftables (Critical for clean nftables-only systems)
@@ -8,8 +13,10 @@
];
networking.nftables.enable = true;
boot.initrd.systemd.network.wait-online.enable = false;
# Services configs
services = {
tailscale = {
enable = true;
openFirewall = true;