forked from emily/nixfiles
use systemd.network dhcp
This commit is contained in:
parent
a84a1ce3dd
commit
f331ef5ed9
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ with lib; {
|
||||||
manageNetwork = true;
|
manageNetwork = true;
|
||||||
manageHostName = true;
|
manageHostName = true;
|
||||||
};
|
};
|
||||||
|
networking.useDHCP = false;
|
||||||
|
|
||||||
system.autoUpgrade.enable = true;
|
system.autoUpgrade.enable = true;
|
||||||
nix.optimise.automatic = true;
|
nix.optimise.automatic = true;
|
||||||
|
|
Loading…
Reference in a new issue