nextcloud fixes

This commit is contained in:
2025-03-23 16:18:12 -06:00
parent 795a91d00b
commit 9332cd9f37
3 changed files with 16 additions and 2 deletions

View File

@@ -35,6 +35,16 @@ in
default = "127.0.0.1";
description = "The localhost address.";
};
localhost6 = lib.mkOption {
type = lib.types.str;
default = "::1";
description = "The localhost ipv6 address.";
};
routerip = lib.mkOption {
type = lib.types.str;
default = "192.168.1.254";
description = "The ip address of my router.";
};
domain = lib.mkOption {
type = lib.types.str;
default = "servidos.lat";