nixos/lib: Use SingleLineStr in systemd description
This commit is contained in:
parent
08b1e3e03d
commit
68e9cd0f7e
@ -98,7 +98,7 @@ in rec {
|
|||||||
|
|
||||||
description = mkOption {
|
description = mkOption {
|
||||||
default = "";
|
default = "";
|
||||||
type = types.str;
|
type = types.singleLineStr;
|
||||||
description = "Description of this unit used in systemd messages and progress indicators.";
|
description = "Description of this unit used in systemd messages and progress indicators.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user