1

Preconfigure some local hosts (servenix etc.)

This commit is contained in:
2023-07-29 15:21:24 +02:00
parent 24f4ef7e2a
commit f092eebcf3

View File

@ -46,6 +46,12 @@ with mylib.networking; {
};
};
networking.hosts = {
"192.168.86.101" = ["servenix"];
"192.168.86.100" = ["truenas"];
"192.168.86.69" = ["proxmox"];
};
# Enable flakes
nix = {
package = pkgs.nixVersions.stable;