diff --git a/home-manager/jimbo_ssh.nix b/home-manager/jimbo_ssh.nix index b335586..3269777 100644 --- a/home-manager/jimbo_ssh.nix +++ b/home-manager/jimbo_ssh.nix @@ -11,7 +11,6 @@ auth = import ./common/auth.nix; in { sshswitch = "home-manager switch --flake ~/.home-manager/.#jimbo@SSH --extra-experimental-features 'nix-command flakes'"; - svim = "sudo $(which vim)"; }; }; } diff --git a/nixos/server/firewall.nix b/nixos/server/firewall.nix index f7a3478..8600373 100644 --- a/nixos/server/firewall.nix +++ b/nixos/server/firewall.nix @@ -44,6 +44,7 @@ chain POSTROUTING { type nat hook postrouting priority 100; policy accept; oifname "${ips.netInt}" masquerade + oifname "${ips.wgInt}" masquerade ip saddr ${ips.wgSpan}.0/24 oifname "${ips.netInt}" masquerade comment "WireGuard" } '';