Skip to content

Commit

Permalink
route change from main to local
Browse files Browse the repository at this point in the history
  • Loading branch information
ironicbadger committed Dec 22, 2024
1 parent ad5ea72 commit fc4fc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/nixos/morphnix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
defaultGateway = "10.42.0.254";
nameservers = [ "10.42.0.253" ];
localCommands = ''
ip rule add to 10.42.0.0/21 priority 2500 lookup main
ip rule add to 10.42.0.0/21 priority 2500 lookup local
'';
};

Expand Down

0 comments on commit fc4fc85

Please sign in to comment.