mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +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
|
in
|
||||||
{
|
{
|
||||||
networking = {
|
networking = {
|
||||||
useDHCP = false;
|
#useDHCP = false;
|
||||||
|
|
||||||
nameservers = ip4_dns ++ ip6_dns;
|
nameservers = ip4_dns ++ ip6_dns;
|
||||||
domain = "buehler.rocks";
|
domain = "buehler.rocks";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue