Skip to content

Commit 59c0488

Browse files
committed
fix: disable syslog for the gocryptfs mount
1 parent de939c7 commit 59c0488

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/tags/acme.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ in {
194194
what = dbCryptPath;
195195
where = dbPath;
196196
type = "fuse.gocryptfs";
197-
options = "extpass=${lib.getExe dbExtpass}";
197+
options = "extpass=${lib.getExe dbExtpass},nosyslog";
198198
startLimitBurst = 3;
199199
unitConfig = {
200200
Requires = ["step-ca-db-prepare.service"];

0 commit comments

Comments
 (0)