Compare commits

...

2 commits

3 changed files with 8 additions and 8 deletions

12
flake.lock generated
View file

@ -861,15 +861,15 @@
"locked": { "locked": {
"lastModified": 1749197856, "lastModified": 1749197856,
"narHash": "sha256-Vk9HO8RMe8fsDCzFQJlp4hAUDFMrduOMDmh6ZifiVHA=", "narHash": "sha256-Vk9HO8RMe8fsDCzFQJlp4hAUDFMrduOMDmh6ZifiVHA=",
"owner": "xunuwu", "ref": "refs/heads/main",
"repo": "xunuwu.xyz",
"rev": "3943ddd64bf04e3631d39f110723f1aee27c3a82", "rev": "3943ddd64bf04e3631d39f110723f1aee27c3a82",
"type": "github" "revCount": 7,
"type": "git",
"url": "https://git.xunuwu.xyz/xun/xunuwu.xyz"
}, },
"original": { "original": {
"owner": "xunuwu", "type": "git",
"repo": "xunuwu.xyz", "url": "https://git.xunuwu.xyz/xun/xunuwu.xyz"
"type": "github"
} }
}, },
"roblox-playtime": { "roblox-playtime": {

View file

@ -110,7 +110,7 @@
disko.url = "github:nix-community/disko"; disko.url = "github:nix-community/disko";
disko.inputs.nixpkgs.follows = "nixpkgs"; 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"; own-website.inputs.nixpkgs.follows = "nixpkgs";
crosshair-overlay.url = "git+https://git.xunuwu.xyz/xun/crosshair-overlay"; crosshair-overlay.url = "git+https://git.xunuwu.xyz/xun/crosshair-overlay";

View file

@ -31,7 +31,7 @@ in {
peers; peers;
in { in {
allowedTCPPorts = getPortsWithProtocol "tcp"; allowedTCPPorts = getPortsWithProtocol "tcp";
allowedUDPPorts = getPortsWithProtocol "udp"; allowedUDPPorts = [51820] ++ getPortsWithProtocol "udp";
extraCommands = forPortIps ({ extraCommands = forPortIps ({
IP, IP,
port, port,