various tweaks, bw->kpxc temporarily

This commit is contained in:
atagen 2025-09-09 08:05:23 +10:00
parent e06ce60bfe
commit 6b2b079a18
15 changed files with 180 additions and 157 deletions

View file

@ -1,5 +1,4 @@
{ pkgs, ... }:
{
_: {
networking.networkmanager.enable = true;
systemd.services.NetworkManager-wait-online.enable = true;
services.resolved = {
@ -12,5 +11,9 @@
dnssec = "false";
};
services.mullvad-vpn.enable = true;
services.tailscale = {
enable = true;
useRoutingFeatures = "client";
};
}