privatebin: Don't persist state

This commit is contained in:
SebastianStork 2025-10-30 13:38:57 +01:00
parent 87375295b7
commit 148a0cd45c
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -52,7 +52,5 @@ in
inherit (cfg) port;
};
};
custom.persist.directories = [ config.services.privatebin.dataDir ];
};
}