summaryrefslogtreecommitdiffstats
path: root/nixos/modules/profiles/headless.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/profiles/headless.nix')
-rw-r--r--nixos/modules/profiles/headless.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/profiles/headless.nix b/nixos/modules/profiles/headless.nix
index 67f8d633bab5..131ee272859a 100644
--- a/nixos/modules/profiles/headless.nix
+++ b/nixos/modules/profiles/headless.nix
@@ -1,7 +1,7 @@
# Common configuration for headless machines (e.g., Amazon EC2
# instances).
-{ config, lib, pkgs, ... }:
+{ lib, ... }:
with lib;