add back old module for compatibility

This commit is contained in:
pinpox
2025-05-14 15:21:11 +02:00
parent 742fbd111f
commit 0e1831d0f4
4 changed files with 38 additions and 11 deletions

View File

@@ -1,12 +1,3 @@
{ config, ... }:
{
config.assertions = [
{
assertion = config.clan.inventory.services.admin != { };
message = ''
The admin module has been migrated from `clan.services` to `clan.instances`
See https://docs.clan.lol/TODO for updated usage.
'';
}
];
imports = [ ./roles/default.nix ];
}