machine/playman: force enable dhcp
Some checks are pending
/ Build Nix targets (push) Waiting to run

This commit is contained in:
Felix Buehler 2026-04-30 22:23:35 +02:00
parent 4df20d0af0
commit f0d676ac4b

View file

@ -1,10 +1,13 @@
{ {
pkgs, pkgs,
lib,
... ...
}: }:
{ {
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;
networking.useDHCP = lib.mkForce true;
my.hardware = { my.hardware = {
bluetooth.enable = true; bluetooth.enable = true;
debug.enable = true; debug.enable = true;