mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-23 04:10:32 +01:00
7 lines
121 B
Nix
7 lines
121 B
Nix
{config, lib, inputs, ...}:
|
|
{
|
|
services.paperless.enable = true;
|
|
enable = true;
|
|
passwordFile = "/etc/paperless_sc";
|
|
}
|