summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2024-11-03 12:50:00 -0600
committerTim Keller <tjkeller.xyz>2024-11-03 12:50:00 -0600
commitb7e100d621a857013d3cfebafcc004ecf4e486a9 (patch)
tree0c31e71d2a556e4f547a3a20df86bca28a3a84ab
parente8062f5af99c4c689115011fe56d778120ed32cd (diff)
downloadnixos-b7e100d621a857013d3cfebafcc004ecf4e486a9.tar.xz
nixos-b7e100d621a857013d3cfebafcc004ecf4e486a9.zip
fix syntax error
-rw-r--r--modules/root/hosts.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/root/hosts.nix b/modules/root/hosts.nix
index ffd2173..ba2c4ae 100644
--- a/modules/root/hosts.nix
+++ b/modules/root/hosts.nix
@@ -3,6 +3,6 @@
"192.168.1.30" = [ "localgit" ];
"192.168.1.11" = [ "truenas-home" ];
"192.168.77.11" = [ "truenas-office" ];
- "192.168.77.8" = [ "publicgit" ]
+ "192.168.77.8" = [ "publicgit" ];
};
}