empyrean: remove tinc
This commit is contained in:
parent
3cf8cd6330
commit
ccf3f5c56a
|
@ -44,7 +44,6 @@
|
|||
networking.interfaces.eth0.useDHCP = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
tinc_pre
|
||||
gitea
|
||||
];
|
||||
|
||||
|
@ -102,11 +101,6 @@
|
|||
settings.PermitRootLogin = "prohibit-password";
|
||||
};
|
||||
|
||||
services.tinc.networks.beatific = {
|
||||
listenAddress = "0.0.0.0";
|
||||
chroot = false;
|
||||
};
|
||||
|
||||
services.intake = {
|
||||
listen = { addr = "10.22.20.1"; };
|
||||
users.tvb.enable = true;
|
||||
|
@ -118,10 +112,8 @@
|
|||
allowedTCPPorts = [
|
||||
80 # http
|
||||
443 # https
|
||||
655 # tinc
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
655 # tinc
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue