services: paperless: switch from docker to nixos

This commit is contained in:
Antoine Martin 2021-12-22 19:17:16 +01:00
parent ed7cacb3b4
commit 516cbd4ae7
5 changed files with 61 additions and 11 deletions

Binary file not shown.

View file

@ -0,0 +1,5 @@
{ lib }:
{
secretKey = lib.fileContents ./secret-key-file.secret;
adminPassword = lib.fileContents ./admin-password.secret;
}

Binary file not shown.