Stuff
This commit is contained in:
parent
411be6cac0
commit
2ad87cfe68
2 changed files with 12 additions and 0 deletions
|
@ -342,6 +342,7 @@
|
|||
hardware.nixosModules.common-pc-ssd
|
||||
|
||||
common
|
||||
gaming
|
||||
graphical-workstation
|
||||
|
||||
./nixos/htpc.nix
|
||||
|
|
|
@ -27,6 +27,17 @@
|
|||
|
||||
swapDevices = [];
|
||||
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
# package = pkgs.bluez;
|
||||
settings = {
|
||||
General = {
|
||||
AutoConnect = true;
|
||||
MultiProfile = "multiple";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue