aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/apzu/default.nix1
-rw-r--r--hosts/tiamat/default.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/hosts/apzu/default.nix b/hosts/apzu/default.nix
index 98c83325..d1a83fec 100644
--- a/hosts/apzu/default.nix
+++ b/hosts/apzu/default.nix
@@ -19,6 +19,7 @@
hostName = "apzu";
mode = "NetworkManager";
};
+ services.unison.foreign.address = "tiamat.fritz.box";
nixpkgs = {
enable = true;
systemName = "x86_64-linux";
diff --git a/hosts/tiamat/default.nix b/hosts/tiamat/default.nix
index b679ec62..3e531c7d 100644
--- a/hosts/tiamat/default.nix
+++ b/hosts/tiamat/default.nix
@@ -19,6 +19,7 @@
backupDiskUuid = "c06ce163-2955-4388-b212-dfec4448fcf4";
enable = true;
};
+ unison.foreign.address = "apzu.fritz.box";
};
locale = {
enable = true;