1
0
Fork 0
forked from emily/nixfiles

use systemd.network dhcp

This commit is contained in:
emily 2024-01-09 16:41:04 +01:00
parent a84a1ce3dd
commit f331ef5ed9
Signed by untrusted user: emily
GPG key ID: F6F4C66207FCF995

View file

@ -8,7 +8,8 @@ with lib; {
manageNetwork = true;
manageHostName = true;
};
networking.useDHCP = false;
system.autoUpgrade.enable = true;
nix.optimise.automatic = true;
nix.gc.automatic = true;