From b4e2542768c1c53d4440b1b755760a291aae6dcb Mon Sep 17 00:00:00 2001 From: Alexandre1a Date: Thu, 15 Jan 2026 16:00:07 +0100 Subject: [PATCH] Added a missing module --- hosts/light/modules.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hosts/light/modules.nix diff --git a/hosts/light/modules.nix b/hosts/light/modules.nix new file mode 100644 index 0000000..d36ea1b --- /dev/null +++ b/hosts/light/modules.nix @@ -0,0 +1,5 @@ +{ + imports = [ + ../common/modules.nix + ]; +}