# Breaking Changes - sops location movod to "system/dev/<dev-name>/sops/sops-conf.nix" - flake devices declaration changes - whole flake update
9 lines
204 B
Nix
9 lines
204 B
Nix
{ config, ... }:
|
|
{
|
|
imports = [
|
|
(import ../../../modules/paperless-ngx.nix {
|
|
domain = "paperless.net.dn";
|
|
passwordFile = config.sops.secrets."paperless/adminPassword".path;
|
|
})
|
|
];
|
|
}
|