From a81feaf5faaaed349e60110056df87889ed31a1c Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Wed, 8 Jan 2025 14:24:09 +0200 Subject: chore(clean): deadnix pruning --- nixos/custom-hosts.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'nixos/custom-hosts.nix') diff --git a/nixos/custom-hosts.nix b/nixos/custom-hosts.nix index 954eaf4..69dcbc6 100644 --- a/nixos/custom-hosts.nix +++ b/nixos/custom-hosts.nix @@ -1,7 +1,4 @@ -{ config -, lib -, pkgs -, ... +{ ... }: { networking.extraHosts = '' # home IP mapping -- cgit