From 33b704060e74e970313a1d64f6112588fca2332c Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 24 Oct 2024 14:52:36 +0200 Subject: refactor(modules/unison): Migrate to `by-name` and parameterize --- hosts/apzu/default.nix | 1 + hosts/tiamat/default.nix | 1 + 2 files changed, 2 insertions(+) (limited to 'hosts') 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; -- cgit 1.4.1