{ inputs, self, lib, pkgs, ... }: { clan = { modules = { pocket-id = ../modules/clan/pocket-id; nextcloud = ../modules/clan/nextcloud; stirling-pdf = ../modules/clan/stirling-pdf; actual-budget = ../modules/clan/actual-budget; }; inventory = { instances = { pocket-id = { module = { name = "pocket-id"; input = "self"; }; roles.default.machines.b4l = { }; }; nextcloud = { module = { name = "nextcloud"; input = "self"; }; roles.default.machines.b4l = { }; }; stirling-pdf = { module = { name = "stirling-pdf"; input = "self"; }; roles.default.machines.b4l = { }; }; actual-budget = { module = { name = "actual-budget"; input = "self"; }; roles.default.machines.b4l = { }; }; }; services = { admin = { default.config.allowedKeys = [ ]; }; }; }; }; }