feat: DHCP for desktop

This commit is contained in:
ooks-io 2024-02-12 14:00:09 +13:00
parent bb41c51344
commit d2bd5abbed
2 changed files with 2 additions and 1 deletions

View file

@ -15,6 +15,7 @@
networking = {
hostName = "ooksdesk";
useDHCP = true;
};
boot = {
kernelPackages = pkgs.linuxKernel.packages.linux_zen;