empyrean: remove tinc
This commit is contained in:
parent
3cf8cd6330
commit
ccf3f5c56a
|
@ -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
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue