nixos/tools: make desktopConfiguation types.listOf types.lines

This fixes #108124.
This commit is contained in:
WORLDofPEACE
2021-02-13 18:45:27 -05:00
parent edf3a8376e
commit 94f0210e60
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -87,8 +87,8 @@ in
desktopConfiguration = mkOption {
internal = true;
type = types.str;
default = "";
type = types.listOf types.lines;
default = [];
description = ''
Text to preseed the desktop configuration that <literal>nixos-generate-config</literal>
saves to <literal>/etc/nixos/configuration.nix</literal>.