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 + 1 file changed, 1 insertion(+) (limited to 'hosts/apzu') 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"; -- cgit 1.4.1