about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-01 17:08:05 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-01 17:08:05 +0200
commit410031611c33f090787f9a4b208bb33a0f73d168 (patch)
treeb25804b2587d4ce1795eb9cd7be5372e89d04b64
parenttests/email-dns/secrets/dkim/gen_key.sh: Add shellcheck shell (diff)
downloadnixos-server-410031611c33f090787f9a4b208bb33a0f73d168.zip
hosts/server2: Format
-rw-r--r--hosts/by-name/server2/configuration.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/hosts/by-name/server2/configuration.nix b/hosts/by-name/server2/configuration.nix
index fc15bdc..ffd212f 100644
--- a/hosts/by-name/server2/configuration.nix
+++ b/hosts/by-name/server2/configuration.nix
@@ -1,4 +1,8 @@
-{config, lib, ...}: {
+{
+  config,
+  lib,
+  ...
+}: {
   imports = [
     ./networking.nix # network configuration that just works
     ./hardware.nix