mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 09:12:28 +00:00
Add kustomize and minikube
This commit is contained in:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user