mirror of https://github.com/Chizi123/Dotfiles.git

Joel Grunbaum
2 days ago 10b8f48901bee78e1f59e92eee2076a63b79a903
smini/hardware-configuration.nix
@@ -34,6 +34,10 @@
  networking.useDHCP = lib.mkDefault true;
  # networking.interfaces.enp1s0.useDHCP = lib.mkDefault true;
  # networking.interfaces.wlo1.useDHCP = lib.mkDefault true;
  hardware.bluetooth = {
    enable = true;
    powerOnBoot = true;
  };
  nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
  hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;