diff --git a/hosts/web-01.cloonar.com/modules/loki.nix b/hosts/web-01.cloonar.com/modules/loki.nix index d248f61..5e7b59c 100644 --- a/hosts/web-01.cloonar.com/modules/loki.nix +++ b/hosts/web-01.cloonar.com/modules/loki.nix @@ -43,7 +43,7 @@ in kvstore.store = "inmemory"; replication_factor = 1; }; - lifecycler.interface_names = [ "eth0" "en0" "ens192" ]; + lifecycler.interface_names = [ "enp1s0" ]; chunk_encoding = "snappy"; # Disable block transfers on shutdown max_transfer_retries = 0;