modules: add sing-box module

This commit is contained in:
xinyangli 2024-01-08 01:03:42 +08:00
parent b0facfa211
commit 29d7585e27
7 changed files with 104 additions and 158 deletions

View file

@ -251,6 +251,10 @@
owner = "xin";
sopsFile = ./secrets.yaml;
};
sing_box_url = {
owner = "root";
sopsFile = ./secrets.yaml;
};
};
custom.restic.enable = true;
custom.restic.repositoryFile = config.sops.secrets.restic_repo_calcite.path;