nix: harden Systemd service in NixOS module

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I086cdbfcd0a0d1d87173a2cf97f5b5416a6a6964
This commit is contained in:
raf 2026-02-01 17:57:33 +03:00
commit e854522ebe
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 64 additions and 28 deletions

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src;
fetcherVersion = 3;
hash = "sha256-y8LV1D+EgGcZ79lmxS20dqYBPEfk4atma+RWf7pJI30=";
hash = "sha256-96VRuwKes2FrOUFrlKjFBhdD7xC0W3vNNhT2TJWeJGc=";
};
buildPhase = ''