mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-23 06:20:33 +01:00
12 lines
131 B
Nix
12 lines
131 B
Nix
{
|
|
config,
|
|
lib,
|
|
inputs,
|
|
...
|
|
}: {
|
|
services.paperless = {
|
|
enable = true;
|
|
passwordFile = "/etc/paperless_sc";
|
|
};
|
|
}
|