mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
feat: removed synology
This commit is contained in:
parent
afd0379585
commit
1f07e76d98
13 changed files with 6 additions and 142 deletions
|
|
@ -5,7 +5,6 @@ let
|
|||
varLib
|
||||
sslPath
|
||||
sopsPath
|
||||
synologyName
|
||||
;
|
||||
|
||||
label = "Syncthing";
|
||||
|
|
@ -29,7 +28,6 @@ in
|
|||
subdomain = name;
|
||||
tags = [
|
||||
name
|
||||
synologyName
|
||||
"sync"
|
||||
"thing"
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,27 +0,0 @@
|
|||
{ moduleFunctions }:
|
||||
let
|
||||
inherit (moduleFunctions.instancesFunctions)
|
||||
sopsPath
|
||||
synologyName
|
||||
;
|
||||
|
||||
label = "Synology";
|
||||
name = synologyName;
|
||||
in
|
||||
{
|
||||
label = label;
|
||||
name = name;
|
||||
short = "Nas";
|
||||
tags = [
|
||||
name
|
||||
"dsm"
|
||||
"cloud"
|
||||
];
|
||||
sops = {
|
||||
path0 = "${sopsPath}/${name}";
|
||||
};
|
||||
ports = {
|
||||
port0 = 5000; # Synology HTTP
|
||||
port1 = 5001; # Synology HTTPS
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue