From d7c95eb15c5686bb369b149ebd5406e95f8801ae Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 22 Mar 2026 18:03:58 +0100 Subject: hosts/server2: Remove pointless `config` argument --- hosts/by-name/server2/configuration.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'hosts/by-name') diff --git a/hosts/by-name/server2/configuration.nix b/hosts/by-name/server2/configuration.nix index 65e3b24..5b85e69 100644 --- a/hosts/by-name/server2/configuration.nix +++ b/hosts/by-name/server2/configuration.nix @@ -1,8 +1,4 @@ -{ - config, - lib, - ... -}: { +{lib, ...}: { imports = [ ./networking.nix # network configuration that just works ./hardware.nix -- cgit 1.4.1