1
0
Fork 0

Fix options for 20.03

master
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.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

View File

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