mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2026-05-03 10:48:43 +02:00
machine/playman: force enable dhcp
Some checks are pending
/ Build Nix targets (push) Waiting to run
Some checks are pending
/ Build Nix targets (push) Waiting to run
This commit is contained in:
parent
4df20d0af0
commit
f0d676ac4b
1 changed files with 3 additions and 0 deletions
|
|
@ -1,10 +1,13 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
networking.useDHCP = lib.mkForce true;
|
||||
|
||||
my.hardware = {
|
||||
bluetooth.enable = true;
|
||||
debug.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue