···1515 boot.kernelModules = [ "kvm-amd" ];
1616 boot.extraModulePackages = [ ];
17171818+ # Bluetooth / wireless configuration
1919+ hardware.bluetooth = {
2020+ enable = true;
2121+ powerOnBoot = true;
2222+ settings = {
2323+ General = {
2424+ # Shows battery charge of connected devices on supported
2525+ # Bluetooth adapters. Defaults to 'false'.
2626+ Experimental = true;
2727+ # When enabled other devices can connect faster to us, however
2828+ # the tradeoff is increased power consumption. Defaults to
2929+ # 'false'.
3030+ FastConnectable = true;
3131+ };
3232+ Policy = {
3333+ # Enable all controllers when they are found. This includes
3434+ # adapters present on start as well as adapters that are plugged
3535+ # in later on. Defaults to 'true'.
3636+ AutoEnable = true;
3737+ };
3838+ };
3939+ };
4040+4141+1842 fileSystems."/" =
1943 {
2044 device = "/dev/disk/by-uuid/9a7cbffe-6c10-4220-bb99-4dcea8181dcc";