updated hosts in network.nix

This commit is contained in:
pagedmov
2024-11-02 17:14:19 -04:00
parent ce51067835
commit 2ca5f9351e
3 changed files with 12 additions and 2 deletions

View File

@@ -8,8 +8,8 @@
networkmanager.enable = true;
hostName = "${host}";
hosts = {
"192.168.1.201" = ["xenon"];
"192.168.1.111" = ["argon"];
"192.168.1.200" = ["xenon"];
"192.168.1.201" = ["oganesson"];
"192.168.1.223" = ["mercury"];
};
firewall = {