nixos-config/hosts/x86_64-linux/beleth/paperless.nix

8 lines
113 B
Nix
Raw Normal View History

2024-06-19 11:54:07 +02:00
{config, lib, inputs, ...}:
{
2024-06-19 11:55:06 +02:00
services.paperless = {
2024-06-19 11:54:07 +02:00
enable = true;
passwordFile = "/etc/paperless_sc";
2024-06-19 11:55:06 +02:00
};
2024-06-19 11:54:07 +02:00
}