mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
newton: disable dhcp
This commit is contained in:
parent
1ac4184609
commit
b2ff6fa5e6
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ let
|
|||
in
|
||||
{
|
||||
networking = {
|
||||
useDHCP = false;
|
||||
#useDHCP = false;
|
||||
|
||||
nameservers = ip4_dns ++ ip6_dns;
|
||||
domain = "buehler.rocks";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue