New service: Paperless-ngx
This commit is contained in:
parent
30cfbe9efd
commit
0b0ddfc2f9
9 changed files with 264 additions and 0 deletions
|
|
@ -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 = { };
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue