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