stackcoder
stackcoder
While ISO images just work, the vm variants seems to require a non empty user configuration. Adding this to my configuration fixed it for me: ```nix users.users.root.password = ""; ```
I can confirm this issue using version: ``` pgloader version "3.6.9" compiled with SBCL 2.4.4 ```
I found this [workaround](https://forum.opnsense.org/index.php?topic=47376.msg244754#msg244754) for OPNsense and it also works for pfSense. Removing `--auth-key` from tailscale up flags fixes reconnecting after reboot. This can be easily done via WebUI commenting...