diff --git a/flake.lock b/flake.lock index 7832503..d134e9f 100644 --- a/flake.lock +++ b/flake.lock @@ -262,11 +262,11 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1684372585, - "narHash": "sha256-FiPPuK/G4jcb2+1M17Y7OSzS19gfU4+RpAOkVHIi8yM=", + "lastModified": 1684393286, + "narHash": "sha256-Ws9uWtZLvTwL5HNonFr4YwyPoTU8QlCvhs6IJ92aLDw=", "owner": "helix-editor", "repo": "helix", - "rev": "91da0dc172dde1a972be7708188a134db70562c3", + "rev": "7f5940be80eaa3aec7903903072b7108f41dd97b", "type": "github" }, "original": { @@ -430,11 +430,11 @@ }, "nur": { "locked": { - "lastModified": 1684382937, - "narHash": "sha256-QY0GrYIPkGlJYEYtr5DhjUf2y7n2pL34R9vxhrXgs8c=", + "lastModified": 1684403108, + "narHash": "sha256-vExZx+sBTqM7rHP6Tt9JA2bhjGcrxwIDiGpJamk2yi8=", "owner": "nix-community", "repo": "NUR", - "rev": "2e2c4bd074fe6ff588a95ed83d1602f41cdca63b", + "rev": "95ef79d0d41f42fd33695ce0bc8e284cd80b0967", "type": "github" }, "original": { diff --git a/home/bolt.nix b/home/bolt.nix index 10c35ee..98e0c1d 100644 --- a/home/bolt.nix +++ b/home/bolt.nix @@ -9,6 +9,9 @@ imports = [ ./home.nix ]; + home.packages = with pkgs; [ + nicotine-plus + ]; home = { username = "bolt"; diff --git a/system/quiver.nix b/system/quiver.nix index 4e139a1..e6c6894 100644 --- a/system/quiver.nix +++ b/system/quiver.nix @@ -179,6 +179,8 @@ options = ["rw" "uid=1000" "gid=100"]; }; + + networking.nftables.enable = true; networking.firewall = { allowedUDPPorts = [1900]; allowedTCPPorts = [8200 2234];