Update celeri config

This commit is contained in:
Alex 2022-10-18 15:44:15 +02:00
parent afc368421d
commit 4584b39639
Signed by: lx
GPG key ID: 0E496D15096376BE
2 changed files with 3 additions and 3 deletions

View file

@ -86,8 +86,8 @@
# these are IPs on the Wireguard overlay # these are IPs on the Wireguard overlay
services.consul.extraConfig.retry_join = [ services.consul.extraConfig.retry_join = [
"10.83.1.1" # concombre "10.83.1.1" # concombre
"10.83.1.3" # celeri "10.83.2.1" # dahlia
"19.83.2.1" # dahlia "10.83.3.1" # df-ykl
]; ];
deuxfleurs.admin_accounts = { deuxfleurs.admin_accounts = {

View file

@ -10,7 +10,7 @@
networking.hostName = "celeri"; networking.hostName = "celeri";
deuxfleurs.network_interface = "eno1"; deuxfleurs.network_interface = "enp0s31f6";
deuxfleurs.lan_ip = "192.168.1.33"; deuxfleurs.lan_ip = "192.168.1.33";
deuxfleurs.ipv6 = "2001:910:1204:1::33"; deuxfleurs.ipv6 = "2001:910:1204:1::33";