Loading nixos/modules/services/web-apps/honk.nix +1 −1 Original line number Diff line number Diff line Loading @@ -116,7 +116,7 @@ in unitConfig = { ConditionPathExists = [ # Skip this service if the database already exists "!$STATE_DIRECTORY/honk.db" "!%S/honk/honk.db" ]; }; }; Loading Loading
nixos/modules/services/web-apps/honk.nix +1 −1 Original line number Diff line number Diff line Loading @@ -116,7 +116,7 @@ in unitConfig = { ConditionPathExists = [ # Skip this service if the database already exists "!$STATE_DIRECTORY/honk.db" "!%S/honk/honk.db" ]; }; }; Loading