feat: introduce specialisations into nix config
This commit is contained in:
7
hosts/common/specialisations/powersave.nix
Normal file
7
hosts/common/specialisations/powersave.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
specialisation.powersave.configuration = {
|
||||
powerManagement.cpuFreqGovernor = "powersave";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user