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
da32d96346
commit
6e3ce364a5
1 changed files with 2 additions and 2 deletions
|
@ -10,12 +10,12 @@ in
|
||||||
services = {
|
services = {
|
||||||
opencloud = {
|
opencloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
url = "${localhost}:${builtins.toString service.ports.port0}";
|
url = "https://${host}:${builtins.toString service.ports.port0}";
|
||||||
port = service.ports.port0;
|
port = service.ports.port0;
|
||||||
address = localhost;
|
address = localhost;
|
||||||
stateDir = "/var/lib/${service.name}";
|
stateDir = "/var/lib/${service.name}";
|
||||||
environment = {
|
environment = {
|
||||||
OC_INSECURE = "false";
|
OC_INSECURE = "true";
|
||||||
};
|
};
|
||||||
environmentFile = config.sops.secrets."${service.name}-pass".path;
|
environmentFile = config.sops.secrets."${service.name}-pass".path;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue