nginx ip fix attempt

This commit is contained in:
Danilo Reyes
2026-02-05 04:58:41 -06:00
parent ee11d72de8
commit caf7fbc590
2 changed files with 1 additions and 2 deletions

View File

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