nixos/lib: Use SingleLineStr in systemd description
This commit is contained in:
parent
08b1e3e03d
commit
68e9cd0f7e
1 changed files with 1 additions and 1 deletions
|
@ -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.";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue