From d5644331a09b8eb0645b40003cb8a1281bc165d9 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 31 Oct 2024 19:58:51 -0500 Subject: filesystems and other --- modules/root/hosts.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/root/hosts.nix') diff --git a/modules/root/hosts.nix b/modules/root/hosts.nix index 27422ee..f8794ff 100644 --- a/modules/root/hosts.nix +++ b/modules/root/hosts.nix @@ -1,5 +1,7 @@ { networking.hosts = { - "192.168.1.30" = [ "localgit" ]; + "192.168.1.30" = [ "localgit" ]; + "192.168.1.11" = [ "truenas-home" ]; + "192.168.77.11" = [ "truenas-office" ]; }; } -- cgit v1.2.3