diff --git a/flake.lock b/flake.lock index 7e907ce..c498a23 100644 --- a/flake.lock +++ b/flake.lock @@ -861,15 +861,15 @@ "locked": { "lastModified": 1749197856, "narHash": "sha256-Vk9HO8RMe8fsDCzFQJlp4hAUDFMrduOMDmh6ZifiVHA=", - "owner": "xunuwu", - "repo": "xunuwu.xyz", + "ref": "refs/heads/main", "rev": "3943ddd64bf04e3631d39f110723f1aee27c3a82", - "type": "github" + "revCount": 7, + "type": "git", + "url": "https://git.xunuwu.xyz/xun/xunuwu.xyz" }, "original": { - "owner": "xunuwu", - "repo": "xunuwu.xyz", - "type": "github" + "type": "git", + "url": "https://git.xunuwu.xyz/xun/xunuwu.xyz" } }, "roblox-playtime": { diff --git a/flake.nix b/flake.nix index 6abc621..0baa162 100644 --- a/flake.nix +++ b/flake.nix @@ -110,7 +110,7 @@ disko.url = "github:nix-community/disko"; disko.inputs.nixpkgs.follows = "nixpkgs"; - own-website.url = "github:xunuwu/xunuwu.xyz"; + own-website.url = "git+https://git.xunuwu.xyz/xun/xunuwu.xyz"; own-website.inputs.nixpkgs.follows = "nixpkgs"; crosshair-overlay.url = "git+https://git.xunuwu.xyz/xun/crosshair-overlay"; diff --git a/hosts/rackserv/profiles/wireguard-server.nix b/hosts/rackserv/profiles/wireguard-server.nix index 38ac252..c5542f8 100644 --- a/hosts/rackserv/profiles/wireguard-server.nix +++ b/hosts/rackserv/profiles/wireguard-server.nix @@ -31,7 +31,7 @@ in { peers; in { allowedTCPPorts = getPortsWithProtocol "tcp"; - allowedUDPPorts = getPortsWithProtocol "udp"; + allowedUDPPorts = [51820] ++ getPortsWithProtocol "udp"; extraCommands = forPortIps ({ IP, port,