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
8b136c2c9c
commit
df578da148
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ in
|
||||||
opencloud = {
|
opencloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
url = "https://${host}:${service.ports.port0}";
|
url = "https://${host}:${service.ports.port0}";
|
||||||
port = service.ports.port0;
|
port = builtins.toString service.ports.port0;
|
||||||
address = localhost;
|
address = localhost;
|
||||||
stateDir = "/var/lib/${service.name}";
|
stateDir = "/var/lib/${service.name}";
|
||||||
environment = {
|
environment = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue