Replies: 1 comment
-
It is disabled since the first commit and copied a lot around from there a9b5bba Does it work if you enable it and then do a reboot? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The firewall service is disabled in NixOS-WSL:
NixOS-WSL/modules/systemd/default.nix
Line 19 in 20001f9
Why is this the case and how do I re-enable it? When I do
in my
configuration.nix
,nixos-rebuild
complains thatfirewall-start
doesn't exist. My use-case is that the wsl NixOS vm is used as one of the nodes in my k3s cluster, and I need the node to redirect certain traffic to a service running inside the cluster.Beta Was this translation helpful? Give feedback.
All reactions