summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <nick@nvandoorn.com>2023-05-31 21:43:31 +0000
committerNick Van Doorn <nick@nvandoorn.com>2023-05-31 21:43:31 +0000
commit3c24e33d1c9a7db945a5d46fcaeaf51ad266d6ad (patch)
tree980a5f51a9d08e564519d9508d91952359a5863a
parentf527aefa6af911fc456451f81c3f16023d996e59 (diff)
Bump network interface address
This got bumped when I installed a PCIe SATA card in this server.
-rw-r--r--configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix
index 7354601..45d847f 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -32,7 +32,7 @@
# Per-interface useDHCP will be mandatory in the future, so this generated config
# replicates the default behaviour.
networking.useDHCP = false;
- networking.interfaces.enp6s0.useDHCP = true;
+ networking.interfaces.enp7s0.useDHCP = true;
# Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/";