mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
feat: nextcloud test
This commit is contained in:
parent
6e7ccc32b1
commit
5fc36f05f7
1 changed files with 19 additions and 0 deletions
19
modules/config/instances/config/nginx.nix
Normal file
19
modules/config/instances/config/nginx.nix
Normal 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;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue