From 81ab1ed90adb19394d82c6364b376f4c5a11768c Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Tue, 29 Mar 2022 23:55:28 -0400 Subject: [PATCH] Add kustomize and minikube --- common/packages.nix | 2 ++ machines/hephaestus/configuration.nix | 12 ++++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) 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 = {