From c543a8002381201e99a17e4f50422c2a8e2668c7 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Fri, 2 Aug 2024 01:15:08 -0500 Subject: [PATCH] more setup for karp site. --- hosts/cirrostratus/default.nix | 4 ++-- hosts/remotepi-karp/default.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/cirrostratus/default.nix b/hosts/cirrostratus/default.nix index 96f6912..718d9c9 100644 --- a/hosts/cirrostratus/default.nix +++ b/hosts/cirrostratus/default.nix @@ -35,8 +35,8 @@ inputs.nixpkgs.lib.nixosSystem { enable = true; networks."eth0" = { name = "eth0"; - address = ["10.10.10.31/TODO"]; - gateway = ["TODO"]; + address = ["10.10.10.31/24"]; + gateway = ["10.10.10.1"]; dns = ["1.1.1.1"]; }; }; diff --git a/hosts/remotepi-karp/default.nix b/hosts/remotepi-karp/default.nix index 7dc7d77..52a1b1c 100644 --- a/hosts/remotepi-karp/default.nix +++ b/hosts/remotepi-karp/default.nix @@ -35,8 +35,8 @@ inputs.nixpkgs.lib.nixosSystem { enable = true; networks."eth0" = { name = "eth0"; - address = ["10.10.10.30/TODO"]; - gateway = ["TODO"]; + address = ["10.10.10.30/24"]; + gateway = ["10.10.10.1"]; dns = ["1.1.1.1"]; }; };