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";