Commit 9411ea92 authored by Zhaofeng Li's avatar Zhaofeng Li
Browse files

nixos/moonraker: Remove database_path

The database_path setting has been deprecated upstream. The database
now lives in `database` under the unified data path. It's same as the
path we've been forcing:

<https://github.com/Arksine/moonraker/blob/362bc1a3d3ad397416f7fc48b8efe33837428b90/moonraker/components/database.py#L83>
parent 7856ac79
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -135,9 +135,6 @@ in {
          port = cfg.port;
          klippy_uds_address = cfg.klipperSocket;
        };
        database = {
          database_path = "${cfg.stateDir}/database";
        };
      } // (lib.optionalAttrs (cfg.configDir != null) {
        file_manager = {
          config_path = cfg.configDir;