nixos/lib: Use SingleLineStr in systemd description

This commit is contained in:
Daniel Olsen 2022-01-27 17:07:31 +01:00 committed by Jonathan Ringer
parent 08b1e3e03d
commit 68e9cd0f7e

View file

@ -98,7 +98,7 @@ in rec {
description = mkOption {
default = "";
type = types.str;
type = types.singleLineStr;
description = "Description of this unit used in systemd messages and progress indicators.";
};