Merge remote-tracking branch 'nostromo/nostromo' into zbox

This commit is contained in:
root
2020-06-08 10:03:58 -07:00
8 changed files with 251 additions and 50 deletions
+2 -2
View File
@@ -32,7 +32,7 @@ in {
};
smtp-password-file = mkOption {
type = types.path;
type = types.str;
description = "Path to a file containing the password to use while connecting to the SMTP server.";
};
@@ -61,7 +61,7 @@ in {
};
password-file = mkOption {
type = types.path;
type = types.str;
description = "Path to file containing database password.";
};
};
+1 -1
View File
@@ -186,7 +186,7 @@ let
};
password-file = mkOption {
type = types.path;
type = types.str;
description = "Password to use when connecting to the database.";
};
};