nix-conf/system/dev/dn-server/services/paperless-ngx.nix
2026-01-10 12:46:40 +08:00

9 lines
204 B
Nix
Executable file

{ config, ... }:
{
imports = [
(import ../../../modules/paperless-ngx.nix {
domain = "paperless.net.dn";
passwordFile = config.sops.secrets."paperless/adminPassword".path;
})
];
}