proper ip assignation for nginx
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user