nixos/lib: Use SingleLineStr in systemd description

This commit is contained in:
Daniel Olsen
2022-01-27 12:56:36 -08:00
committed by Jonathan Ringer
parent 08b1e3e03d
commit 68e9cd0f7e
+1 -1
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.";
};