From a5d787b8b4b20ef05fa5bd6e06f5ff7b951303bd Mon Sep 17 00:00:00 2001 From: bitbloxhub <45184892+bitbloxhub@users.noreply.github.com> Date: Sat, 16 May 2026 23:44:23 +0000 Subject: [PATCH] nixos/reframe: add to module-list.nix Someday I'll get this module right.... It's not obviously mentioned in docs that this is needed, just one mention that does not explicitly say you need to add your module to it. Assisted-by: pi:gpt-5.3-codex --- nixos/modules/module-list.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix index 370dc1fc5ee1..da701cd16507 100644 --- a/nixos/modules/module-list.nix +++ b/nixos/modules/module-list.nix @@ -1366,6 +1366,7 @@ ./services/networking/rdnssd.nix ./services/networking/realm.nix ./services/networking/redsocks.nix + ./services/networking/reframe.nix ./services/networking/resilio.nix ./services/networking/robustirc-bridge.nix ./services/networking/rosenpass.nix