nixos: fix some types

This commit is contained in:
Jan Malakhovski
2015-09-18 18:48:50 +00:00
parent 33ae3f2fe4
commit 6eadb16022
15 changed files with 44 additions and 48 deletions
+2 -2
View File
@@ -119,7 +119,7 @@ in
recipient = mkOption {
default = "root";
type = types.string;
type = types.str;
description = "Recipient of the notification messages.";
};
@@ -153,7 +153,7 @@ in
display = mkOption {
default = ":${toString config.services.xserver.display}";
type = types.string;
type = types.str;
description = "DISPLAY to send X11 notifications to.";
};
};