diff --git a/common/packages.nix b/common/packages.nix index 7717df9..887cbe6 100644 --- a/common/packages.nix +++ b/common/packages.nix @@ -36,6 +36,8 @@ in docker-compose kubectl kubernetes-helm + kustomize + minikube podman # language servers diff --git a/machines/hephaestus/configuration.nix b/machines/hephaestus/configuration.nix index f7afc99..596e99a 100644 --- a/machines/hephaestus/configuration.nix +++ b/machines/hephaestus/configuration.nix @@ -13,9 +13,17 @@ networking.hostName = "hephaestus"; networking = { - interfaces.enp34s0 = { useDHCP = true; }; + interfaces.enp34s0 = { + useDHCP = true; + /* ipv4.addresses = [ */ + /* { */ + /* address = "192.168.1.69"; */ + /* prefixLength = 24; */ + /* } */ + /* ]; */ + }; defaultGateway = { - address = "192.168.0.1"; + address = "192.168.1.2"; interface = "enp34s0"; }; firewall = {