upgrade to 23.11

This commit is contained in:
2023-11-27 12:07:19 +02:00
parent 6084f3d570
commit 3c3758b852
5 changed files with 19 additions and 52 deletions

View File

@@ -2,7 +2,6 @@
config,
lib,
myData,
pkgs,
...
}: let
cfg = config.mj.services.tailscale;
@@ -20,7 +19,6 @@ in {
config = mkIf cfg.enable (mkMerge [
{
services.tailscale.enable = true;
services.tailscale.package = pkgs.pkgs-unstable.tailscale;
networking.firewall.checkReversePath = "loose";
networking.firewall.allowedUDPPorts = [myData.ports.tailscale];
}