nixos/klipper: fix assert message to match actual assertion

This error was introduced in 849c40b5f5.
This commit is contained in:
Luflosi 2023-02-27 17:04:48 +01:00
parent 0f9aca7c7c
commit 2378d1a214
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -135,7 +135,7 @@ in
}
{
assertion = (cfg.configFile != null) != (cfg.settings != null);
message = "You need to either specify services.klipper.settings or services.klipper.defaultConfig.";
message = "You need to either specify services.klipper.settings or services.klipper.configFile.";
}
];