From c137ef004dcb6b7f54a079df8b1ded84e182a6fe Mon Sep 17 00:00:00 2001 From: revol-xut Date: Wed, 15 Feb 2023 13:35:32 +0100 Subject: [PATCH] formatting --- hosts/quitte/network.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/quitte/network.nix b/hosts/quitte/network.nix index 59494a9..d0671ec 100644 --- a/hosts/quitte/network.nix +++ b/hosts/quitte/network.nix @@ -41,9 +41,9 @@ in address = [ "141.30.30.169/25" ]; routes = [ - { - routeConfig.Gateway = "141.30.30.129"; - } + { + routeConfig.Gateway = "141.30.30.129"; + } ]; networkConfig = { DNS = "141.30.1.1";