diff options
author | Franck Cuny <franck@fcuny.net> | 2023-05-12 15:13:24 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-05-12 15:13:24 -0700 |
commit | 56d46ce5ca25cc68c6f47fd61fb31e7e358af6d7 (patch) | |
tree | 8fa1fbffb2c4c7951e4b7c02ec34b205b4b7f317 /profiles/router.nix | |
parent | profiles/monitoring: move loki to a profile (diff) | |
download | world-56d46ce5ca25cc68c6f47fd61fb31e7e358af6d7.tar.gz |
profiles/loki: fix a few configuration errors
Diffstat (limited to 'profiles/router.nix')
-rw-r--r-- | profiles/router.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/router.nix b/profiles/router.nix index 2ed88bb..1f33bca 100644 --- a/profiles/router.nix +++ b/profiles/router.nix @@ -52,7 +52,7 @@ dhcp-host=d8:bb:c1:44:1c:d3,tahoe,192.168.0.40,infinite # hosted names - cname=loki.fcuny.xyz,tahoe.home + cname=loki.fcuny.xyz,192.168.6.40 ''; }; |