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

@@ -4,7 +4,6 @@ let
mkEnabledIp = inputs.self.lib.mkEnabledIp config.my.ips.wg-server;
in
{
mainServer = "vps";
emacs = {
enable = true;
users = "jawz";

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 {