proper ip assignation for nginx

This commit is contained in:
Danilo Reyes
2026-02-05 03:39:27 -06:00
parent 237e120124
commit dce2142794
4 changed files with 8 additions and 14 deletions

View File

@@ -74,7 +74,7 @@ in
};
mainServer = lib.mkOption {
type = lib.types.str;
default = "vps";
default = "server";
description = "The hostname of the main server.";
};
postgresSocket = lib.mkOption {