nixos/modules/honk: fix initdb service startup
This commit is contained in:
parent
7e5e43ef91
commit
57514f5beb
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ in
|
|||
unitConfig = {
|
||||
ConditionPathExists = [
|
||||
# Skip this service if the database already exists
|
||||
"!$STATE_DIRECTORY/honk.db"
|
||||
"!%S/honk/honk.db"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue