summaryrefslogtreecommitdiff
path: root/modules/root/hosts.nix
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2024-10-31 18:58:47 -0500
committerTim Keller <tjkeller.xyz>2024-10-31 18:58:47 -0500
commit5cd716012f0a75a9f740b90d4afe7a205dee1b3b (patch)
tree0be57e514dedf8eee06b601522e918c9381dd6cb /modules/root/hosts.nix
parent9675b81889f3e5b9a6b839eb91a4d0dafa528b43 (diff)
downloadnixos-5cd716012f0a75a9f740b90d4afe7a205dee1b3b.tar.xz
nixos-5cd716012f0a75a9f740b90d4afe7a205dee1b3b.zip
printers scanner setup and few other minor things
Diffstat (limited to 'modules/root/hosts.nix')
-rw-r--r--modules/root/hosts.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/root/hosts.nix b/modules/root/hosts.nix
index 17e9cac..27422ee 100644
--- a/modules/root/hosts.nix
+++ b/modules/root/hosts.nix
@@ -1,5 +1,5 @@
{
- networking.extraHosts = ''
- 192.168.1.30 localgit
- '';
+ networking.hosts = {
+ "192.168.1.30" = [ "localgit" ];
+ };
}