clanServices: remove useless importApply

This commit is contained in:
Michael Hoang
2025-09-16 15:02:20 +02:00
parent 69b0c36381
commit e43779f8d6
28 changed files with 43 additions and 66 deletions

View File

@@ -1,6 +1,6 @@
{ lib, ... }:
{ ... }:
{
clan.modules = {
emergency-access = lib.modules.importApply ./default.nix { };
emergency-access = ./default.nix;
};
}