{ config, ... }: let name = "panel"; in { imports = [ (import ../../../panel { }).module ]; security.acme = { acceptTerms = true; defaults.email = "beheer@procolix.com"; }; services.${name} = { enable = true; production = true; domain = "demo.fediversity.eu"; secrets = { SECRET_KEY = config.age.secrets.panel-secret-key.path; }; port = 8000; }; }