This commit is contained in:
Christoph Schmatzler
2025-08-11 14:07:51 +02:00
parent 0976b9f463
commit d40786e77f

View File

@@ -1,10 +1,6 @@
{ {
config,
inputs,
pkgs, pkgs,
agenix,
hostname, hostname,
user,
... ...
}: { }: {
imports = [ imports = [
@@ -43,9 +39,6 @@
networking = { networking = {
hostName = hostname; hostName = hostname;
useDHCP = false; useDHCP = true;
interfaces."%INTERFACE%".useDHCP = true;
}; };
system.stateVersion = "21.05";
} }