1
0

Fix options for 20.03

This commit is contained in:
dump_stack() 2020-03-19 08:35:08 +00:00
parent 8446c7cc70
commit 80b293f73b
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
2 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -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 = {