fake update spoutnik config

This commit is contained in:
Alex 2022-04-20 18:06:42 +02:00
parent 10d370491e
commit 2685970256
Signed by: lx
GPG Key ID: 0E496D15096376BE
1 changed files with 5 additions and 15 deletions

View File

@ -12,22 +12,12 @@
networking.hostName = "spoutnik";
services.openssh.ports = [ 220 ];
networking.interfaces.enp0s25.useDHCP = false;
networking.interfaces.enp0s25.ipv4.addresses = [
{
address = "192.168.0.40";
prefixLength = 24;
}
];
deuxfleurs.network_interface = "enp0s25";
deuxfleurs.lan_ip = "192.168.0.40";
deuxfleurs.ipv6 = "::"; #TODO
networking.wireguard.interfaces.wg0 = {
ips = [ "10.42.2.2/16" ];
listenPort = 42136;
};
# Activate as Nomad and Consul server node
services.nomad.settings.server.enabled = true;
services.consul.extraConfig.server = true;
deuxfleurs.cluster_ip = "10.14.0.0";
deuxfleurs.is_raft_server = false; #TODO
# Nginx configuration: