summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock10
-rw-r--r--flake.nix2
-rw-r--r--hosts/apocalypse/firewall.nix2
3 files changed, 7 insertions, 7 deletions
diff --git a/flake.lock b/flake.lock
index 014ebee..8cc1f0c 100644
--- a/flake.lock
+++ b/flake.lock
@@ -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"
}
diff --git a/flake.nix b/flake.nix
index 18388da..30f0822 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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;