about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMaxine Aubrey <max@ine.dev>2024-02-11 21:19:07 +0100
committerMaxine Aubrey <max@ine.dev>2024-02-11 21:19:07 +0100
commitd1e20d86253a7ff58ccb0350b577d1f200ef5045 (patch)
tree852fb0561d593e0de6627fd311b4900c97b5d9e1 /nixos
parent52154c374787be53e5eff6f66c052924a6924cb8 (diff)
nixos/fwupd: mark enableTestRemote as internal
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/hardware/fwupd.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/hardware/fwupd.nix b/nixos/modules/services/hardware/fwupd.nix
index 7b6c336bd2211..8fdf23cc1bb38 100644
--- a/nixos/modules/services/hardware/fwupd.nix
+++ b/nixos/modules/services/hardware/fwupd.nix
@@ -86,6 +86,7 @@ in {
       };
 
       enableTestRemote = mkOption {
+        internal = true;
         type = types.bool;
         default = false;
         description = lib.mdDoc ''