feat: update dae & it's secrets

This commit is contained in:
Ryan Yin
2024-02-27 22:12:51 +08:00
parent 8deb3f809b
commit a6499f3cb9
2 changed files with 9 additions and 3 deletions

6
flake.lock generated
View File

@@ -628,10 +628,10 @@
"mysecrets": {
"flake": false,
"locked": {
"lastModified": 1708352242,
"narHash": "sha256-Fb5jPRNXSd+DWURvl2XG/nFNuVh3OXjFkagncZp6n6A=",
"lastModified": 1709042837,
"narHash": "sha256-oEiHgB7HLzNkkW3qEY4wcmAz1KU+zrcJ09BzswWtxbI=",
"ref": "refs/heads/main",
"rev": "bc863eaccbe62dc240f879f7fc12e7855c5192cc",
"rev": "68414f844ccf2278299088d0ed363ced0f09115e",
"shallow": true,
"type": "git",
"url": "ssh://git@github.com/ryan4yin/nix-secrets.git"

View File

@@ -6,6 +6,12 @@ NOTE: dae(running on aquamarine) do not provides a http/socks5 proxy server, so
## Troubleshooting
### Can not access the global internet
1. Check wether the subscription url is accessible.
- If not, then you need to get a new subscription url and update the `dae`'s configuration.
1. Check the `dae` service's log by `journalctl -u dae -n 1000`.
### DNS cannot be resolved
1. `sudo systemctl stop dae`, then try to resolve the domain name again.