about summary refs log tree commit diff stats
path: root/hosts/apzu
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-24 14:52:36 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-24 14:52:57 +0200
commit33b704060e74e970313a1d64f6112588fca2332c (patch)
treee18665498100f3f9db0aa13b4c0bd2ffad87d767 /hosts/apzu
parentbuild(build.sh): Fail, when the build fails (diff)
downloadnixos-config-33b704060e74e970313a1d64f6112588fca2332c.tar.gz
nixos-config-33b704060e74e970313a1d64f6112588fca2332c.zip
refactor(modules/unison): Migrate to `by-name` and parameterize
Diffstat (limited to 'hosts/apzu')
-rw-r--r--hosts/apzu/default.nix1
1 files changed, 1 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";