services/paperless: init #12

Merged
nrabulinski merged 4 commits from nrabulinski/paperless into main 2025-06-03 13:35:08 +02:00 AGit
2 changed files with 4 additions and 1 deletions
Showing only changes of commit bd462ef842 - Show all commits

View file

@ -37,6 +37,8 @@
}; };
certificateScheme = "acme-nginx"; certificateScheme = "acme-nginx";
stateVersion = 2;
}; };
# TODO: Remove once SNM gets their shit together # TODO: Remove once SNM gets their shit together

View file

@ -13,7 +13,8 @@ rustPlatform.buildRustPackage {
inherit src; inherit src;
strictDeps = true; strictDeps = true;
cargoLock.lockFile = "${src}/Cargo.lock"; useFetchCargoVendor = true;
cargoHash = "sha256-gNcpB2LMZU18RIxVu+mJfa4+lB5rNIRcZ2DJPvZCdQo=";
nativeBuildInputs = [ rustPlatform.bindgenHook ]; nativeBuildInputs = [ rustPlatform.bindgenHook ];