Add kustomize and minikube

This commit is contained in:
Dave Gallant
2022-03-29 23:55:28 -04:00
parent 05ca566841
commit 81ab1ed90a
2 changed files with 12 additions and 2 deletions

View File

@@ -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 = {