9 lines
148 B
Nix
9 lines
148 B
Nix
{ pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
./../../modules/core
|
|
];
|
|
|
|
powerManagement.cpuFreqGovernor = "performance";
|
|
} |