fix new hyprland

This commit is contained in:
Tristan 2024-03-05 18:41:02 +00:00
parent d7d4155d39
commit baddb51c15
3 changed files with 18 additions and 6 deletions

View file

@ -26,6 +26,12 @@ in {
networking.networkmanager.enable = true;
# fix nixos-containers
networking.nat.enable = true;
networking.nat.internalInterfaces = ["ve-+"];
networking.nat.externalInterface = "eth0";
networking.networkmanager.unmanaged = [ "interface-name:ve-*" ];
services.tailscale.enable = true;
networking.firewall.interfaces.tailscale0 = {
allowedTCPPortRanges = [