Changes for SEA

This commit is contained in:
nostoromo root
2020-02-18 10:58:47 -08:00
parent 93f490e488
commit 61b3ca6dd6
6 changed files with 54 additions and 66 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
@@ -180,7 +180,7 @@ let
};
password-file = mkOption {
type = types.path;
type = types.str;
description = "Password to use when connecting to the database.";
};
};