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