forked from Deuxfleurs/nixcfg
Update celeri config
This commit is contained in:
parent
afc368421d
commit
4584b39639
2 changed files with 3 additions and 3 deletions
|
@ -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 = {
|
||||||
|
|
|
@ -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";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue