New service: Paperless-ngx

This commit is contained in:
pazpi 2025-05-05 22:42:35 +02:00
parent 30cfbe9efd
commit 0b0ddfc2f9
9 changed files with 264 additions and 0 deletions

View file

@ -222,4 +222,15 @@ in
# specialArgs = { };
};
paperless = nixpkgs-unstable.lib.nixosSystem {
pkgs = pkgs-unstable "x86_64-linux";
modules = [
myModules
proxmoxModule
./paperless
agenix.nixosModules.default
];
# specialArgs = { };
};
}