dotfiles/modules/config/instances/config/synology.nix
2025-06-26 21:20:09 -05:00

19 lines
277 B
Nix
Executable file

{ moduleFunctions }:
let
inherit (moduleFunctions.instancesFunctions)
sopsPath
;
label = "Synology";
name = "synology";
in
{
label = label;
name = name;
sops = {
path0 = "${sopsPath}/${name}";
};
ports = {
port0 = 5001; # Synology HTTPS
};
}