nixos

NixOS server files. Mirror from https://git.nordgedanken.dev/kubernetes/nixos
git clone git://archive.git.mtrnord.blog/MTRNord/nixos.git
Log | Files | Refs | README

commit ec999243881ee480e40d8c037cb358f387f8ad40
parent 26a08ff95806db41e93bfa6530ef2cbcc5af25b6
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 28 Jan 2024 16:33:30 +0100

Working on opnsense

Diffstat:
Mnixos/worker-2/configuration.nix | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -118,11 +118,13 @@ in { routes = [ { routeConfig = { + Destination = "10.0.0.2/32"; Gateway = "10.0.0.1"; }; } { routeConfig = { + Destination = "10.0.0.0/16"; Gateway = "10.0.0.2"; GatewayOnLink = true; };