diff options
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 + ''; +} |