disable gitea registration

This commit is contained in:
nicknase27
2026-07-25 23:46:17 +02:00
parent fe85efa90e
commit ea736b53e2
3 changed files with 5 additions and 2 deletions
+1 -2
View File
@@ -39,7 +39,7 @@
};
environment.systemPackages = with pkgs; [
inputs.agenix.packages."${system}".default
inputs.agenix.packages."${stdenv.hostPlatform.system}".default
neovim
wget
curl
@@ -54,7 +54,6 @@
];
networking.firewall.enable = false;
networking.firewall.allowedTCPPorts = [8222];
networking.nftables.enable = true;