os/hosts/cox/paperless.nix

22 lines
293 B
Nix

{
pkgs,
config,
...
}: {
pub-solar.paperless = {
enable = true;
hostStateDir = "/opt/documents/paperless";
domain = "cox.lan";
path = "/paperless";
ftp = {
enable = true;
listenPort = 20021;
};
nextcloud = {
enable = true;
};
};
}