nixos/modules/honk: fix initdb service startup

This commit is contained in:
Pol Dellaiera
2023-09-25 22:02:52 +02:00
parent 7e5e43ef91
commit 57514f5beb
+1 -1
View File
@@ -116,7 +116,7 @@ in
unitConfig = {
ConditionPathExists = [
# Skip this service if the database already exists
"!$STATE_DIRECTORY/honk.db"
"!%S/honk/honk.db"
];
};
};