diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-24 14:52:36 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-24 14:52:57 +0200 |
commit | 33b704060e74e970313a1d64f6112588fca2332c (patch) | |
tree | e18665498100f3f9db0aa13b4c0bd2ffad87d767 /hosts/tiamat | |
parent | build(build.sh): Fail, when the build fails (diff) | |
download | nixos-config-33b704060e74e970313a1d64f6112588fca2332c.tar.gz nixos-config-33b704060e74e970313a1d64f6112588fca2332c.zip |
refactor(modules/unison): Migrate to `by-name` and parameterize
Diffstat (limited to 'hosts/tiamat')
-rw-r--r-- | hosts/tiamat/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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; |