From ecaf5df80adb914875ff926410e9226d72f8fa05 Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Wed, 8 Jan 2025 14:13:31 +0200 Subject: chore(fmt): use nixpkgs-fmt --- nixos/custom-hosts.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'nixos/custom-hosts.nix') diff --git a/nixos/custom-hosts.nix b/nixos/custom-hosts.nix index 942bc4f..954eaf4 100644 --- a/nixos/custom-hosts.nix +++ b/nixos/custom-hosts.nix @@ -1,8 +1,7 @@ -{ - config, - lib, - pkgs, - ... +{ config +, lib +, pkgs +, ... }: { networking.extraHosts = '' # home IP mapping -- cgit