default dhcp
Some checks failed
build-linode-img / build-linode-img (push) Failing after 27s

This commit is contained in:
iFargle 2023-12-19 08:28:59 +09:00
parent 22a21d9e40
commit 608791a7a9

View file

@ -1,4 +1,4 @@
{pkgs, config, ...}: {
{lib, pkgs, config, ...}: {
# Enable networking with NetworkManager
networking = {
@ -6,7 +6,7 @@
enable = true;
};
useDHCP = true;
useDHCP = lib.mkDefault true;
enableIPv6 = false;
firewall = {
enable = true;