summary refs log tree commit diff
path: root/nixos/modules/services/hardware
diff options
context:
space:
mode:
authornicoo <nicoo@mur.at>2023-09-13 10:25:53 +0000
committernicoo <nicoo@mur.at>2023-09-13 10:25:53 +0000
commit9d27026328a238fbb8f137a0b122ec673e9fb139 (patch)
treea1e29b9ce130c6870108a61c3ab8946dc4be54a8 /nixos/modules/services/hardware
parent46a0c5ebbefd9315def3f0d744bf4533711a5f8b (diff)
downloadnixpkgs-9d27026328a238fbb8f137a0b122ec673e9fb139.tar
nixpkgs-9d27026328a238fbb8f137a0b122ec673e9fb139.tar.gz
nixpkgs-9d27026328a238fbb8f137a0b122ec673e9fb139.tar.bz2
nixpkgs-9d27026328a238fbb8f137a0b122ec673e9fb139.tar.lz
nixpkgs-9d27026328a238fbb8f137a0b122ec673e9fb139.tar.xz
nixpkgs-9d27026328a238fbb8f137a0b122ec673e9fb139.tar.zst
nixpkgs-9d27026328a238fbb8f137a0b122ec673e9fb139.zip
nixos/auto-cpufreq: Add nicoo to maintainers
Diffstat (limited to 'nixos/modules/services/hardware')
-rw-r--r--nixos/modules/services/hardware/auto-cpufreq.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/nixos/modules/services/hardware/auto-cpufreq.nix b/nixos/modules/services/hardware/auto-cpufreq.nix
index cf27bdd8b6e..9c69ba8920f 100644
--- a/nixos/modules/services/hardware/auto-cpufreq.nix
+++ b/nixos/modules/services/hardware/auto-cpufreq.nix
@@ -44,5 +44,8 @@ in {
   };
 
   # uses attributes of the linked package
-  meta.buildDocsInSandbox = false;
+  meta = {
+    buildDocsInSandbox = false;
+    maintainers = with lib.maintainers; [ nicoo ];
+  };
 }