diff options
author | Tim Keller <tjkeller.xyz> | 2024-10-31 19:58:51 -0500 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2024-10-31 19:58:51 -0500 |
commit | d5644331a09b8eb0645b40003cb8a1281bc165d9 (patch) | |
tree | 087a0dcdcce19c182b077e85e62671921b8e8b9b /modules/root/hosts.nix | |
parent | 5cd716012f0a75a9f740b90d4afe7a205dee1b3b (diff) | |
download | nixos-d5644331a09b8eb0645b40003cb8a1281bc165d9.tar.xz nixos-d5644331a09b8eb0645b40003cb8a1281bc165d9.zip |
filesystems and other
Diffstat (limited to 'modules/root/hosts.nix')
-rw-r--r-- | modules/root/hosts.nix | 4 |
1 files changed, 3 insertions, 1 deletions
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" ]; }; } |