1

Remove servenix home config

This commit is contained in:
2023-09-11 15:41:33 +02:00
parent d8c3377592
commit f17425243b
2 changed files with 8 additions and 117 deletions

View File

@ -45,13 +45,14 @@ with mylib.networking; {
};
};
networking.hosts = {
"192.168.86.50" = ["nixinator"];
"192.168.86.4" = ["proxmox"];
"192.168.86.20" = ["truenas"];
"192.168.86.5" = ["opnsense"];
"192.168.86.25" = ["servenix"];
};
# NOTE: This should be handled by my local DNS
# networking.hosts = {
# "192.168.86.50" = ["nixinator"];
# "192.168.86.4" = ["proxmox"];
# "192.168.86.20" = ["truenas"];
# "192.168.86.5" = ["opnsense"];
# "192.168.86.25" = ["servenix"];
# };
# Enable flakes
nix = {