mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 21:01:34 +01:00
Don't hardcode backup paths
This commit is contained in:
parent
73a17261cc
commit
b381835c6c
5 changed files with 14 additions and 14 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue