From 34b0bb8df42194a0ea433592e3cac27546f0af4e Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Wed, 2 Oct 2024 21:29:37 -0500 Subject: modularize conf and stuff --- modules/hosts.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 modules/hosts.nix (limited to 'modules/hosts.nix') diff --git a/modules/hosts.nix b/modules/hosts.nix new file mode 100644 index 0000000..17e9cac --- /dev/null +++ b/modules/hosts.nix @@ -0,0 +1,5 @@ +{ + networking.extraHosts = '' + 192.168.1.30 localgit + ''; +} -- cgit v1.2.3