From 29c7eb6cd2223d5876503f937475d82982fdf893 Mon Sep 17 00:00:00 2001 From: zackartz Date: Mon, 3 Jun 2024 13:18:39 -0400 Subject: [PATCH] 729 current 2024-06-03 13:18:35 24.11.20240531.57610d2 6.9.2-zen1 * --- flake.lock | 32 +++++++++++++------------- systems/x86_64-linux/pluto/default.nix | 4 ++-- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/flake.lock b/flake.lock index 96102bb..f176138 100644 --- a/flake.lock +++ b/flake.lock @@ -49,11 +49,11 @@ ] }, "locked": { - "lastModified": 1713259062, - "narHash": "sha256-WTO84hUL8IlNuHDK2yOCeJ38EewFzGt5E0kzBjNWxa8=", + "lastModified": 1717432180, + "narHash": "sha256-KsBOzrPEJjeNkqbtrkTjE3uxFxbj1P8pgtF/5AdfLPU=", "owner": "Kirottu", "repo": "anyrun", - "rev": "f9d30e34fa4ccb2797c6becec37e8bcff6585d39", + "rev": "5d2610eb14db54ece2833fd8e35f520faf0723a2", "type": "github" }, "original": { @@ -667,11 +667,11 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1717362715, - "narHash": "sha256-EnkKVUYqVfYqJso4t8ScuuMNEge7eybpdvtPCy4uwlc=", + "lastModified": 1717433180, + "narHash": "sha256-0f7RnoE9cyDd99YkD+sseZz4WBwGBszJqBki6w0Odo8=", "ref": "refs/heads/main", - "rev": "358e59e69d27a69381bc0872b5b8d1184bc6b6a1", - "revCount": 4756, + "rev": "3fd6c1b30e5397432c4640286efaf52a6891f71c", + "revCount": 4757, "submodules": true, "type": "git", "url": "https://github.com/hyprwm/Hyprland" @@ -886,11 +886,11 @@ "nixpkgs": "nixpkgs_6" }, "locked": { - "lastModified": 1717311741, - "narHash": "sha256-iZbUT3oz+4sG+StUW+oApwK4eADQQOdkU/AWY5T/r0E=", + "lastModified": 1717427132, + "narHash": "sha256-wfywzgALSyKTfn/1fbHeSMg1QK9YHO/zMnVzNBN49uA=", "owner": "nix-community", "repo": "neovim-nightly-overlay", - "rev": "67e84c020323a28f33ad4498f022a7b2c67719ad", + "rev": "5d7499a492d5c41e943c7521b7d95d561cf1f606", "type": "github" }, "original": { @@ -902,11 +902,11 @@ "neovim-src": { "flake": false, "locked": { - "lastModified": 1717280958, - "narHash": "sha256-1k0brOQVt5idsf7WHPbig/ASgSl6pzFb2lyPYfFeo1U=", + "lastModified": 1717364286, + "narHash": "sha256-+Oc54rm7Rx6XQJ1+fz3BF/8srzYCQLc+d24ad+HMVnU=", "owner": "neovim", "repo": "neovim", - "rev": "05435a915a8446a8c2d824551fbea2dc1d7b5e98", + "rev": "3a1515bfee59710b4da9bfdf0fc4ecb5b13a00db", "type": "github" }, "original": { @@ -1077,11 +1077,11 @@ }, "nixpkgs_7": { "locked": { - "lastModified": 1716948383, - "narHash": "sha256-SzDKxseEcHR5KzPXLwsemyTR/kaM9whxeiJohbL04rs=", + "lastModified": 1717196966, + "narHash": "sha256-yZKhxVIKd2lsbOqYd5iDoUIwsRZFqE87smE2Vzf6Ck0=", "owner": "nixos", "repo": "nixpkgs", - "rev": "ad57eef4ef0659193044870c731987a6df5cf56b", + "rev": "57610d2f8f0937f39dbd72251e9614b1561942d8", "type": "github" }, "original": { diff --git a/systems/x86_64-linux/pluto/default.nix b/systems/x86_64-linux/pluto/default.nix index 9854371..03b9f24 100644 --- a/systems/x86_64-linux/pluto/default.nix +++ b/systems/x86_64-linux/pluto/default.nix @@ -157,7 +157,7 @@ }; # Open ports in the firewall. - networking.firewall.allowedTCPPorts = [80 443 6969 2022]; + networking.firewall.allowedTCPPorts = [80 443 6969 2022 24454]; networking.firewall.allowedTCPPortRanges = [ { from = 25565; @@ -168,7 +168,7 @@ to = 24464; } ]; - networking.firewall.allowedUDPPorts = [80 443 6969 2022]; + networking.firewall.allowedUDPPorts = [80 443 6969 2022 24454]; # Or disable the firewall altogether. # networking.firewall.enable = false;