Add Paperless config

This commit is contained in:
Swarsel 2024-02-05 10:22:57 +01:00
parent 18a104027d
commit df55bfa58d
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
7 changed files with 265 additions and 0 deletions

View file

@ -240,6 +240,14 @@
];
};
paperless = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs pkgs; };
modules = [
sops-nix.nixosModules.sops
./profiles/server1/paperless/nixos.nix
];
};
#ovm
sync = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs pkgs; };