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:

<362bc1a3d3/moonraker/components/database.py (L83)>
This commit is contained in:
Zhaofeng Li 2022-11-19 13:37:01 -07:00
parent 7856ac79ac
commit 9411ea9214

View file

@ -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;