004-vps-migration #5
@@ -4,7 +4,6 @@ let
|
|||||||
mkEnabledIp = inputs.self.lib.mkEnabledIp config.my.ips.wg-server;
|
mkEnabledIp = inputs.self.lib.mkEnabledIp config.my.ips.wg-server;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
mainServer = "vps";
|
|
||||||
emacs = {
|
emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
users = "jawz";
|
users = "jawz";
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ in
|
|||||||
};
|
};
|
||||||
mainServer = lib.mkOption {
|
mainServer = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
default = "server";
|
default = "vps";
|
||||||
description = "The hostname of the main server.";
|
description = "The hostname of the main server.";
|
||||||
};
|
};
|
||||||
postgresSocket = lib.mkOption {
|
postgresSocket = lib.mkOption {
|
||||||
|
|||||||
Reference in New Issue
Block a user