This commit is contained in:
twoneis 2024-06-24 20:14:45 +02:00
parent f19ae43a40
commit 4d141b5b1a
3 changed files with 17 additions and 5 deletions

View file

@ -1,4 +1,4 @@
{ inputs, pkgs, ... }: {
{ inputs, pkgs, lib, ... }: {
imports = [
./audio
./bluetooth
@ -41,7 +41,7 @@
documentation.nixos.enable = false;
networking = {
useDHCP = true;
useDHCP = lib.mkDefault true;
wireless.iwd.enable = true;
extraHosts =
''