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
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -116,7 +116,7 @@ in
unitConfig = { unitConfig = {
ConditionPathExists = [ ConditionPathExists = [
# Skip this service if the database already exists # Skip this service if the database already exists
"!$STATE_DIRECTORY/honk.db" "!%S/honk/honk.db"
]; ];
}; };
}; };