Fix options for 20.03
This commit is contained in:
parent
adcdadaa68
commit
24494d0f21
@ -25,17 +25,16 @@ in {
|
||||
|
||||
boot.kernelPackages = unstable.linuxPackages_latest;
|
||||
boot.blacklistedKernelModules = [ "nouveau" ];
|
||||
boot.earlyVconsoleSetup = true;
|
||||
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
||||
console.font = "latarcyrheb-sun32";
|
||||
console.keyMap = "us";
|
||||
console.earlySetup = true;
|
||||
|
||||
hardware.cpu.intel.updateMicrocode = true;
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
||||
i18n = {
|
||||
consoleFont = "latarcyrheb-sun32";
|
||||
consoleKeyMap = "us";
|
||||
defaultLocale = "en_US.UTF-8";
|
||||
};
|
||||
|
||||
swapDevices = [
|
||||
{ device = "/var/swapfile";
|
||||
size = 32768; # MiB
|
||||
|
@ -43,10 +43,11 @@ in {
|
||||
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
extraConfig = "
|
||||
[General]
|
||||
Enable=Source,Sink,Media,Socket
|
||||
";
|
||||
config = {
|
||||
General = {
|
||||
Enable = "Source,Sink,Media,Socket";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
hardware.pulseaudio = {
|
||||
|
Loading…
Reference in New Issue
Block a user