summaryrefslogtreecommitdiff
path: root/modules/root/hosts.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/root/hosts.nix')
-rw-r--r--modules/root/hosts.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/root/hosts.nix b/modules/root/hosts.nix
new file mode 100644
index 0000000..17e9cac
--- /dev/null
+++ b/modules/root/hosts.nix
@@ -0,0 +1,5 @@
+{
+ networking.extraHosts = ''
+ 192.168.1.30 localgit
+ '';
+}