Unverified Commit 57514f5b authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

nixos/modules/honk: fix initdb service startup

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