Merge pull request #274818 from eyJhb/moonraker-new-config-filemanager

moonraker: add setting file_manager.check_klipper_config_path
This commit is contained in:
K900 2023-12-19 17:36:54 +03:00 committed by GitHub
commit e42d80fa6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,6 +186,12 @@ in {
};
};
# set this to false, otherwise we'll get a warning indicating that `/etc/klipper.cfg`
# is not located in the moonraker config directory.
services.moonraker.settings = lib.mkIf (!config.services.klipper.mutableConfig) {
file_manager.check_klipper_config_path = false;
};
security.polkit.extraConfig = lib.optionalString cfg.allowSystemControl ''
// nixos/moonraker: Allow Moonraker to perform system-level operations
//