added paperless
This commit is contained in:
parent
502994717a
commit
5701d95e64
3 changed files with 68 additions and 2 deletions
|
|
@ -34,6 +34,7 @@ in
|
|||
(modulesDirectory + /services/gotify)
|
||||
(modulesDirectory + /services/kanboard)
|
||||
(modulesDirectory + /services/immich)
|
||||
(modulesDirectory + /services/paperless)
|
||||
];
|
||||
|
||||
sops.defaultSopsFile = ../../secrets/sops.yaml;
|
||||
|
|
@ -78,6 +79,9 @@ in
|
|||
immich = {
|
||||
enable = true;
|
||||
};
|
||||
paperless = {
|
||||
enable = true;
|
||||
};
|
||||
kanboard = {
|
||||
enable = true;
|
||||
host = "127.0.0.1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue