diff options
| -rw-r--r-- | flake.lock | 10 | ||||
| -rw-r--r-- | flake.nix | 2 | ||||
| -rw-r--r-- | hosts/apocalypse/firewall.nix | 2 |
3 files changed, 7 insertions, 7 deletions
@@ -29,16 +29,16 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1771196666, - "narHash": "sha256-mEdhnyzuW2fTP/dBpJE6EnvTH2fbQXOOwZgjJ1trQmU=", + "lastModified": 1772584363, + "narHash": "sha256-p6dL1wL9n+1ivUItdlZuLxTneDBjCHEdNr0ukau2rHI=", "ref": "refs/heads/main", - "rev": "55ccfdb9733347f1985206e782d6fd89e46c15c3", - "revCount": 6089, + "rev": "2c7233812b6838a6942ca57d5304ed843ce2bb05", + "revCount": 6194, "type": "git", "url": "https://forgejo.ellis.link/continuwuation/continuwuity" }, "original": { - "rev": "55ccfdb9733347f1985206e782d6fd89e46c15c3", + "rev": "2c7233812b6838a6942ca57d5304ed843ce2bb05", "type": "git", "url": "https://forgejo.ellis.link/continuwuation/continuwuity" } @@ -30,7 +30,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; continuwuity = { - url = "git+https://forgejo.ellis.link/continuwuation/continuwuity?rev=55ccfdb9733347f1985206e782d6fd89e46c15c3"; + url = "git+https://forgejo.ellis.link/continuwuation/continuwuity?rev=2c7233812b6838a6942ca57d5304ed843ce2bb05"; inputs.nixpkgs.follows = "nixpkgs"; }; }; diff --git a/hosts/apocalypse/firewall.nix b/hosts/apocalypse/firewall.nix index f6220c5..f45d4f7 100644 --- a/hosts/apocalypse/firewall.nix +++ b/hosts/apocalypse/firewall.nix @@ -42,7 +42,7 @@ let ]; in { - environment.etc.hosts.mode = "0700"; + environment.etc.hosts.mode = "0644"; networking.nftables.enable = true; networking.firewall = { enable = false; |
