up
This commit is contained in:
@@ -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";
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user