diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2024-10-02 21:29:37 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2024-10-02 21:29:37 -0500 |
commit | 34b0bb8df42194a0ea433592e3cac27546f0af4e (patch) | |
tree | f584369db3a6accb74b1a9288c2480f8fd411671 /modules/hosts.nix | |
parent | 4e4b8068825044ebfd435ec8a6f0e84f5c0c8801 (diff) | |
download | nixos-34b0bb8df42194a0ea433592e3cac27546f0af4e.tar.xz nixos-34b0bb8df42194a0ea433592e3cac27546f0af4e.zip |
modularize conf and stuff
Diffstat (limited to 'modules/hosts.nix')
-rw-r--r-- | modules/hosts.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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 + ''; +} |