Wolfgang
Wolfgang
You can accelerate the process by forking the repository, developing the feature and submitting a pull request 😁
Additionally, same error happens when deploying with plain `nixos-rebuild`: ``` nixos-rebuild switch --fast -j auto --use-remote-sudo --impure --flake .\?submodules=1#emily --target-host emily --build-host emily building the system configuration... error: … while...
Yes, removing nixvim from the config resolves the issue: Without nixvim: ``` deploy --dry-activate -s --remote-build ".?submodules=1#emily" ~~~ 🚀 ℹ️ [deploy] [INFO] Building profile `system` for node `emily` on remote...
I came up with a simple workaround. This shell script runs `nix flake update`, rsyncs the current folder to the machine's /etc/nixos, and runs `nixos-rebuild switch --upgrade`. It takes the...
@GaetanLepage as I mentioned above, the flake can be deployed with no issues after I remove Nixvim from my configuration.
Unfortunately it doesn't ``` error: attribute 'pkgs' missing at /nix/store/6p95y71c4baahvhf13pj7nyjdn0q9g1z-source/lib/modules.nix:508:28: 507| builtins.addErrorContext (context name) 508| (args.${name} or config._module.args.${name}) | ^ 509| ) (lib.functionArgs f); ```
What exactly do you mean by "nothing has changed"?
Have you also changed the port in your client config?
The subdomains adguard.DOMAIN, wg.DOMAIN and auth.DOMAIN should also point to the VPS. Is that the case for you?
@sekhar989 DuckDNS automatically creates a wildcard CNAME record for the subdomains. So when you create an example.duckdns.org domain, *.example.duckdns.org will automatically resolve to the same IP address