Migrate auto-upgrade from clanModule to clanService

This commit is contained in:
pinpox
2025-06-03 14:32:39 +02:00
parent 5196755626
commit 692b2ae738
4 changed files with 41 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
{ lib, ... }:
{
clan.modules = {
auto-upgrade = lib.modules.importApply ./default.nix { };
};
}