nixos/tools: make desktopConfiguation types.listOf types.lines
This fixes #108124.
This commit is contained in:
@@ -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>.
|
||||
|
||||
Reference in New Issue
Block a user