summaryrefslogtreecommitdiff
path: root/hosts/kay/modules
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-01-08 22:44:51 +0530
committersinanmohd <sinan@sinanmohd.com>2024-01-08 22:44:51 +0530
commit00cf70110af4661b20e19b1cd42eabc224abc573 (patch)
treeb89b59ecd342b8185cd028168affc5ebec3ac9ad /hosts/kay/modules
parent9be7885aa63c865bb57b36f65884e5d336a09abc (diff)
common: disable dhcpcd
Diffstat (limited to 'hosts/kay/modules')
-rw-r--r--hosts/kay/modules/router.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/kay/modules/router.nix b/hosts/kay/modules/router.nix
index 2fd2f29..d2785a5 100644
--- a/hosts/kay/modules/router.nix
+++ b/hosts/kay/modules/router.nix
@@ -21,7 +21,6 @@ in
externalInterface = wanInterface;
internalInterfaces = [ lanInterface ];
};
- useDHCP = false;
interfaces."${lanInterface}" = {
ipv4.addresses = [{
address = host;