add db host
This commit is contained in:
parent
69fd778120
commit
ddad66dda4
1 changed files with 6 additions and 0 deletions
|
|
@ -94,6 +94,12 @@
|
||||||
example = "/run/secrets/db_password";
|
example = "/run/secrets/db_password";
|
||||||
description = "File containing the database password";
|
description = "File containing the database password";
|
||||||
};
|
};
|
||||||
|
host = mkOption rec {
|
||||||
|
type = types.str;
|
||||||
|
default = "localhost";
|
||||||
|
example = default;
|
||||||
|
description = "Database host";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
enableServer = mkOption rec {
|
enableServer = mkOption rec {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue