1
1
Fork 0

empyrean: remove tinc

This commit is contained in:
Jaculabilis 2024-11-12 02:53:48 +00:00
parent 3cf8cd6330
commit ccf3f5c56a
1 changed files with 0 additions and 8 deletions

View File

@ -44,7 +44,6 @@
networking.interfaces.eth0.useDHCP = true; networking.interfaces.eth0.useDHCP = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
tinc_pre
gitea gitea
]; ];
@ -102,11 +101,6 @@
settings.PermitRootLogin = "prohibit-password"; settings.PermitRootLogin = "prohibit-password";
}; };
services.tinc.networks.beatific = {
listenAddress = "0.0.0.0";
chroot = false;
};
services.intake = { services.intake = {
listen = { addr = "10.22.20.1"; }; listen = { addr = "10.22.20.1"; };
users.tvb.enable = true; users.tvb.enable = true;
@ -118,10 +112,8 @@
allowedTCPPorts = [ allowedTCPPorts = [
80 # http 80 # http
443 # https 443 # https
655 # tinc
]; ];
allowedUDPPorts = [ allowedUDPPorts = [
655 # tinc
]; ];
}; };