aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/by-name/server2
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/by-name/server2')
-rw-r--r--hosts/by-name/server2/configuration.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts/by-name/server2/configuration.nix b/hosts/by-name/server2/configuration.nix
index c373d28..b7b868f 100644
--- a/hosts/by-name/server2/configuration.nix
+++ b/hosts/by-name/server2/configuration.nix
@@ -26,6 +26,15 @@
privatePassword = ./secrets/backup/backuppass.age;
user = "u384702-sub3";
};
+ dns = {
+ enable = true;
+ openFirewall = true;
+ interfaces = [
+ "185.16.61.132"
+ "2a03:4000:a:106::1"
+ ];
+ zones = import ../../../zones/vhack.eu/zone.nix {};
+ };
etesync = {
enable = true;
secretFile = ./secrets/etesync/secret_file.age;