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.kernelPackages = unstable.linuxPackages_latest;
|
||||||
boot.blacklistedKernelModules = [ "nouveau" ];
|
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.cpu.intel.updateMicrocode = true;
|
||||||
hardware.enableRedistributableFirmware = true;
|
hardware.enableRedistributableFirmware = true;
|
||||||
|
|
||||||
i18n = {
|
|
||||||
consoleFont = "latarcyrheb-sun32";
|
|
||||||
consoleKeyMap = "us";
|
|
||||||
defaultLocale = "en_US.UTF-8";
|
|
||||||
};
|
|
||||||
|
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
{ device = "/var/swapfile";
|
{ device = "/var/swapfile";
|
||||||
size = 32768; # MiB
|
size = 32768; # MiB
|
||||||
|
@ -43,10 +43,11 @@ in {
|
|||||||
|
|
||||||
hardware.bluetooth = {
|
hardware.bluetooth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = "
|
config = {
|
||||||
[General]
|
General = {
|
||||||
Enable=Source,Sink,Media,Socket
|
Enable = "Source,Sink,Media,Socket";
|
||||||
";
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.pulseaudio = {
|
hardware.pulseaudio = {
|
||||||
|
Loading…
Reference in New Issue
Block a user