Don't hardcode backup paths

This commit is contained in:
SebastianStork 2025-04-29 20:48:17 +02:00
parent 73a17261cc
commit b381835c6c
5 changed files with 14 additions and 14 deletions

View file

@ -18,11 +18,6 @@ in
type = lib.types.nonEmptyStr;
default = "";
};
dataDir = lib.mkOption {
type = lib.types.path;
default = config.services.nextcloud.home;
readOnly = true;
};
port = lib.mkOption {
type = lib.types.port;
default = 80;