disable gitea registration
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user