infrastructure/modules/dgn-records/default.nix

14 lines
214 B
Nix
Raw Permalink Normal View History

{ config, ... }:
{
services.arkheon.record = {
enable = true;
tokenFile = config.age.secrets."__arkheon-token_file".path;
url = "https://arkheon.dgnum.eu";
};
age-secrets.sources = [ ./. ];
}