summary refs log tree commit diff
path: root/nixos/modules/module-list.nix
diff options
context:
space:
mode:
authorJake Woods <jake@jakewoods.net>2018-08-12 12:02:08 +1000
committerJake Woods <jake@jakewoods.net>2018-08-20 21:01:19 +1000
commit4142020e459b52658fd56714f50cf4ccc56d66e4 (patch)
tree0b3753f8711ff020c8242b8f4f66e54cda4de782 /nixos/modules/module-list.nix
parente3cbeef9a859fb287c01eb38267d4b95f9c8327c (diff)
downloadnixlib-4142020e459b52658fd56714f50cf4ccc56d66e4.tar
nixlib-4142020e459b52658fd56714f50cf4ccc56d66e4.tar.gz
nixlib-4142020e459b52658fd56714f50cf4ccc56d66e4.tar.bz2
nixlib-4142020e459b52658fd56714f50cf4ccc56d66e4.tar.lz
nixlib-4142020e459b52658fd56714f50cf4ccc56d66e4.tar.xz
nixlib-4142020e459b52658fd56714f50cf4ccc56d66e4.tar.zst
nixlib-4142020e459b52658fd56714f50cf4ccc56d66e4.zip
nixos/undervolt: adding undervolt module
We want to be able to configure persistent undervolting
in the NixOS configuration
Diffstat (limited to 'nixos/modules/module-list.nix')
-rw-r--r--nixos/modules/module-list.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix
index 396e91204079..2846afea8fbc 100644
--- a/nixos/modules/module-list.nix
+++ b/nixos/modules/module-list.nix
@@ -281,6 +281,7 @@
   ./services/hardware/upower.nix
   ./services/hardware/usbmuxd.nix
   ./services/hardware/thermald.nix
+  ./services/hardware/undervolt.nix
   ./services/logging/SystemdJournal2Gelf.nix
   ./services/logging/awstats.nix
   ./services/logging/fluentd.nix