feat: nextcloud test

This commit is contained in:
Nick 2025-06-09 02:18:16 -05:00
parent 6e7ccc32b1
commit 5fc36f05f7

View file

@ -0,0 +1,19 @@
{ instancesFunctions }:
let
inherit (instancesFunctions)
sopsPath
;
nginxLabel = "Nginx";
nginxName = "nginx";
in
{
label = nginxLabel;
name = nginxName;
sops = {
path0 = "${sopsPath}/${nginxName}";
};
ports = {
port0 = 8080;
};
}