index
:
nixos-config-reborn
master
nixos-22.05
nixos-22.11
nixos-23.05
nixos-23.11
nixos-24.05
nixos-24.11
My personal nixos configuration, workstations and servers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
profiles
/
laptop.nix
blob: 3b5f489a30e1ded206d2f94087fe0b2c60431d54 (
plain
)
1
2
3
4
5
6
7
inputs
:
{
pkgs
,
...
}:
{
services
.
auto-cpufreq
.
enable
=
true
;
}