004-vps-migration #5

Merged
jawz merged 47 commits from 004-vps-migration into main 2026-02-06 09:20:18 -06:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit caf7fbc590 - Show all commits

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 {