1

Add more preconfigured host ips

This commit is contained in:
2023-08-11 12:06:43 +02:00
parent ad9c0c2979
commit 643e8a8fba
2 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -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