diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-03-12 22:29:06 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-03-12 22:29:06 +0100 |
| commit | 6697507405a7674efe6045958e768f24df240002 (patch) | |
| tree | bef9bf28ef234aa6f89e94533b77a55a8f41bc76 | |
| parent | e24ce7987328000c6b3da2e4f51b8392b00a9e73 (diff) | |
Update
| -rw-r--r-- | flake.lock | 34 | ||||
| -rw-r--r-- | flake.nix | 2 | ||||
| -rw-r--r-- | hosts/apocalypse/firewall.nix | 2 |
3 files changed, 19 insertions, 19 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" } @@ -143,11 +143,11 @@ ] }, "locked": { - "lastModified": 1772633327, - "narHash": "sha256-jl+DJB2DUx7EbWLRng+6HNWW/1/VQOnf0NsQB4PlA7I=", + "lastModified": 1773332277, + "narHash": "sha256-1V+wRrZD9Sw12AQBUWk9CR+XhDZQ8q6yBE0S3Wjbd1M=", "owner": "nix-community", "repo": "home-manager", - "rev": "5a75730e6f21ee624cbf86f4915c6e7489c74acc", + "rev": "4aeef1941f862fe3a70d1b8264b4e289358c2325", "type": "github" }, "original": { @@ -158,11 +158,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1772624091, - "narHash": "sha256-QKyJ0QGWBn6r0invrMAK8dmJoBYWoOWy7lN+UHzW1jc=", + "lastModified": 1773122722, + "narHash": "sha256-FIqHByVqxCprNjor1NqF80F2QQoiiyqanNNefdlvOg4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "80bdc1e5ce51f56b19791b52b2901187931f5353", + "rev": "62dc67aa6a52b4364dd75994ec00b51fbf474e50", "type": "github" }, "original": { @@ -238,11 +238,11 @@ ] }, "locked": { - "lastModified": 1772495394, - "narHash": "sha256-hmIvE/slLKEFKNEJz27IZ8BKlAaZDcjIHmkZ7GCEjfw=", + "lastModified": 1773096132, + "narHash": "sha256-M3zEnq9OElB7zqc+mjgPlByPm1O5t2fbUrH3t/Hm5Ag=", "owner": "Mic92", "repo": "sops-nix", - "rev": "1d9b98a29a45abe9c4d3174bd36de9f28755e3ff", + "rev": "d1ff3b1034d5bab5d7d8086a7803c5a5968cd784", "type": "github" }, "original": { @@ -279,11 +279,11 @@ ] }, "locked": { - "lastModified": 1772660329, - "narHash": "sha256-IjU1FxYqm+VDe5qIOxoW+pISBlGvVApRjiw/Y/ttJzY=", + "lastModified": 1773297127, + "narHash": "sha256-6E/yhXP7Oy/NbXtf1ktzmU8SdVqJQ09HC/48ebEGBpk=", "owner": "numtide", "repo": "treefmt-nix", - "rev": "3710e0e1218041bbad640352a0440114b1e10428", + "rev": "71b125cd05fbfd78cab3e070b73544abe24c5016", "type": "github" }, "original": { @@ -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; |
