modularizing of vps ips
This commit is contained in:
@@ -40,7 +40,17 @@ in
|
||||
default = "::1";
|
||||
description = "The localhost ipv6 address.";
|
||||
};
|
||||
routerip = lib.mkOption {
|
||||
wgVpsIp = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "10.77.0.1";
|
||||
description = "The ip address of my router.";
|
||||
};
|
||||
wgServerIp = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "10.77.0.2";
|
||||
description = "The ip address of my router.";
|
||||
};
|
||||
routerIp = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "192.168.100.1";
|
||||
description = "The ip address of my router.";
|
||||
|
||||
Reference in New Issue
Block a user