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