mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 21:04:38 -05:00
feat: opencloud test
This commit is contained in:
parent
fa54767e7f
commit
537619237e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ in
|
|||
services = {
|
||||
opencloud = {
|
||||
enable = true;
|
||||
url = "https://${host}:${builtins.toString service.ports.port0}";
|
||||
url = "${host}:${builtins.toString service.ports.port0}";
|
||||
port = service.ports.port0;
|
||||
address = localhost;
|
||||
stateDir = "/var/lib/${service.name}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue