about summary refs log tree commit diff stats
path: root/hosts/by-name
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-03-22 18:03:58 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-03-22 18:03:58 +0100
commitd7c95eb15c5686bb369b149ebd5406e95f8801ae (patch)
treee61243c800034d3b511f6bd4b54b8d0bdbc373f3 /hosts/by-name
parentscripts/ping_hosts: Init (diff)
downloadnixos-server-d7c95eb15c5686bb369b149ebd5406e95f8801ae.zip
hosts/server2: Remove pointless `config` argument HEAD main
Diffstat (limited to 'hosts/by-name')
-rw-r--r--hosts/by-name/server2/configuration.nix6
1 files changed, 1 insertions, 5 deletions
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