Added a missing module

This commit is contained in:
Alexandre1a 2026-01-15 16:00:07 +01:00
parent 2575bf1a88
commit b4e2542768
No known key found for this signature in database
GPG Key ID: CE01C28FBC5EEF10

5
hosts/light/modules.nix Normal file
View File

@ -0,0 +1,5 @@
{
imports = [
../common/modules.nix
];
}