Add more preconfigured host ips
This commit is contained in:
@ -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.
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user