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
9a37c3b357
commit
3ab2ef86b9
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 = "http://${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