729 current 2024-06-03 13:18:35 24.11.20240531.57610d2 6.9.2-zen1 *

This commit is contained in:
zackartz 2024-06-03 13:18:39 -04:00
parent b47ae8fc94
commit 29c7eb6cd2
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 18 additions and 18 deletions

32
flake.lock generated
View file

@ -49,11 +49,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1713259062, "lastModified": 1717432180,
"narHash": "sha256-WTO84hUL8IlNuHDK2yOCeJ38EewFzGt5E0kzBjNWxa8=", "narHash": "sha256-KsBOzrPEJjeNkqbtrkTjE3uxFxbj1P8pgtF/5AdfLPU=",
"owner": "Kirottu", "owner": "Kirottu",
"repo": "anyrun", "repo": "anyrun",
"rev": "f9d30e34fa4ccb2797c6becec37e8bcff6585d39", "rev": "5d2610eb14db54ece2833fd8e35f520faf0723a2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -667,11 +667,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1717362715, "lastModified": 1717433180,
"narHash": "sha256-EnkKVUYqVfYqJso4t8ScuuMNEge7eybpdvtPCy4uwlc=", "narHash": "sha256-0f7RnoE9cyDd99YkD+sseZz4WBwGBszJqBki6w0Odo8=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "358e59e69d27a69381bc0872b5b8d1184bc6b6a1", "rev": "3fd6c1b30e5397432c4640286efaf52a6891f71c",
"revCount": 4756, "revCount": 4757,
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/hyprwm/Hyprland" "url": "https://github.com/hyprwm/Hyprland"
@ -886,11 +886,11 @@
"nixpkgs": "nixpkgs_6" "nixpkgs": "nixpkgs_6"
}, },
"locked": { "locked": {
"lastModified": 1717311741, "lastModified": 1717427132,
"narHash": "sha256-iZbUT3oz+4sG+StUW+oApwK4eADQQOdkU/AWY5T/r0E=", "narHash": "sha256-wfywzgALSyKTfn/1fbHeSMg1QK9YHO/zMnVzNBN49uA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "neovim-nightly-overlay", "repo": "neovim-nightly-overlay",
"rev": "67e84c020323a28f33ad4498f022a7b2c67719ad", "rev": "5d7499a492d5c41e943c7521b7d95d561cf1f606",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -902,11 +902,11 @@
"neovim-src": { "neovim-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1717280958, "lastModified": 1717364286,
"narHash": "sha256-1k0brOQVt5idsf7WHPbig/ASgSl6pzFb2lyPYfFeo1U=", "narHash": "sha256-+Oc54rm7Rx6XQJ1+fz3BF/8srzYCQLc+d24ad+HMVnU=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "05435a915a8446a8c2d824551fbea2dc1d7b5e98", "rev": "3a1515bfee59710b4da9bfdf0fc4ecb5b13a00db",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1077,11 +1077,11 @@
}, },
"nixpkgs_7": { "nixpkgs_7": {
"locked": { "locked": {
"lastModified": 1716948383, "lastModified": 1717196966,
"narHash": "sha256-SzDKxseEcHR5KzPXLwsemyTR/kaM9whxeiJohbL04rs=", "narHash": "sha256-yZKhxVIKd2lsbOqYd5iDoUIwsRZFqE87smE2Vzf6Ck0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ad57eef4ef0659193044870c731987a6df5cf56b", "rev": "57610d2f8f0937f39dbd72251e9614b1561942d8",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -157,7 +157,7 @@
}; };
# Open ports in the firewall. # Open ports in the firewall.
networking.firewall.allowedTCPPorts = [80 443 6969 2022]; networking.firewall.allowedTCPPorts = [80 443 6969 2022 24454];
networking.firewall.allowedTCPPortRanges = [ networking.firewall.allowedTCPPortRanges = [
{ {
from = 25565; from = 25565;
@ -168,7 +168,7 @@
to = 24464; to = 24464;
} }
]; ];
networking.firewall.allowedUDPPorts = [80 443 6969 2022]; networking.firewall.allowedUDPPorts = [80 443 6969 2022 24454];
# Or disable the firewall altogether. # Or disable the firewall altogether.
# networking.firewall.enable = false; # networking.firewall.enable = false;