Malik
Malik
Same issue here, using [NixOS as WSL distro](https://github.com/nix-community/NixOS-WSL). nixos-rebuild works as root with no problem by setting the NIX_SSL_CERT_FILE variable to the zscaler certificate file. But this method does not...
> @nzbr cool, but how?, i have nix on my other x86 machine, so how i can force it to build for aarch64? If you are using a flake based...
have you used the correct syntax? @Chiichen ``` nix wsl.wslConf.network.generateResolvConf = false; networking.nameservers = [ "1.1.1.1" "9.9.9.9" ]; ```
> Sorry for openning this issue again, but I tried NixOS on WSL lately and still have this issue, Ubuntu on other hand im able to connect and update packages....
> Also you can now generate this from nixos directly: > > ``` > nixos-rebuild build-image --flake .#turingmachine --image-variant lxc > ``` Sounds promising Do I need nixos-rebuild from the...
I am having the exact same issue but I am also no longer able to rebuild the system. > What is `nix show-config` saying about `allowed-users`? it says `allowed-users =...
After reboot the nix-shell command as normal user does no longer give the response error: `cannot connect to socket at '/nix/var/nix/daemon-socket/socket': Connection refused` but still behaves odd. For example the...
> wsl -d NixOS --system --user root -- /mnt/wslg/distro/bin/nixos-wsl-recovery Thanks, but it did not solve my issue. The configuration also stoped beeing able to be build inside my forgejo actions...
> [ ] When using an emoji for the Profile icon, I run into this while using certain emojis (shield) though that might just be an issue with the emoji...
I have the following issue. I tried the following line in my entrypoint.sh: `github-act-runner new --url ${GH_URL} --name ${name} --token ${GH_TOKEN}`. Writing it like `github-act-runner new --url ${GH_URL} --name ${name}...