004-vps-migration #5
@@ -4,7 +4,6 @@ let
|
||||
mkEnabledIp = inputs.self.lib.mkEnabledIp config.my.ips.wg-server;
|
||||
in
|
||||
{
|
||||
mainServer = "vps";
|
||||
emacs = {
|
||||
enable = true;
|
||||
users = "jawz";
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user