mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
move VariableRefresh from profiles to baseline
This commit is contained in:
parent
6a01c1c95a
commit
b35e7fbcd2
2 changed files with 4 additions and 4 deletions
|
@ -36,6 +36,10 @@
|
|||
cpu.intel.updateMicrocode = true;
|
||||
};
|
||||
|
||||
services.xserver.deviceSection = ''
|
||||
Option "VariableRefresh" "true"
|
||||
'';
|
||||
|
||||
services = {
|
||||
earlyoom.enable = true;
|
||||
avahi = {
|
||||
|
|
|
@ -46,10 +46,6 @@ let
|
|||
|
||||
];
|
||||
|
||||
services.xserver.deviceSection = ''
|
||||
Option "VariableRefresh" "true"
|
||||
'';
|
||||
|
||||
programs.steam.enable = true;
|
||||
|
||||
virtualisation.docker = { enable = true; enableOnBoot = false; };
|
||||
|
|
Loading…
Reference in a new issue