mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-09 05:14:41 -05:00
feat: opencloud test
This commit is contained in:
parent
1535f418b5
commit
9a37c3b357
1 changed files with 2 additions and 3 deletions
|
@ -10,8 +10,7 @@ in
|
|||
services = {
|
||||
opencloud = {
|
||||
enable = true;
|
||||
url = host;
|
||||
# url = "https://${host}:${builtins.toString service.ports.port0}";
|
||||
url = "https://${host}:${builtins.toString service.ports.port0}";
|
||||
port = service.ports.port0;
|
||||
address = localhost;
|
||||
stateDir = "/var/lib/${service.name}";
|
||||
|
@ -67,7 +66,7 @@ in
|
|||
|
||||
systemd.tmpfiles.rules = [
|
||||
"Z ${service.paths.path0} 755 ${service.name} ${service.name} -"
|
||||
# "Z ${service.sops.path0} 755 ${service.name} ${service.name} -"
|
||||
"Z ${service.sops.path0} 755 ${service.name} ${service.name} -"
|
||||
];
|
||||
|
||||
networking = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue