From 4730b215fdc4095800fedfdf690c12fec994bb6b Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Wed, 2 Oct 2024 22:07:10 -0500 Subject: more reorganizing and modularizing --- modules/root/hosts.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 modules/root/hosts.nix (limited to 'modules/root/hosts.nix') 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 + ''; +} -- cgit v1.2.3