From 643e8a8fba51abc0830c5d36056704743ebce603 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Fri, 11 Aug 2023 12:06:43 +0200 Subject: [PATCH] Add more preconfigured host ips --- flake.nix | 2 ++ system/default.nix | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index fee07f9b..1c26bfae 100644 --- a/flake.nix +++ b/flake.nix @@ -37,6 +37,8 @@ adwaita-for-steam.flake = false; nixos-conf-editor.url = "github:vlinkz/nixos-conf-editor"; + + # nix-matlab.url = "gitlab:doronbehar/nix-matlab"; }; # Outputs is a function that takes the inputs as arguments. diff --git a/system/default.nix b/system/default.nix index 41b9d0f5..a29aad89 100644 --- a/system/default.nix +++ b/system/default.nix @@ -47,9 +47,11 @@ with mylib.networking; { }; networking.hosts = { - "192.168.86.101" = ["servenix"]; - "192.168.86.100" = ["truenas"]; + "192.168.86.42" = ["nixinator"]; "192.168.86.69" = ["proxmox"]; + "192.168.86.100" = ["truenas"]; + "192.168.86.101" = ["servenix"]; + "192.168.86.102" = ["portainer"]; }; # Enable flakes