about summary refs log tree commit diff
path: root/nixos/modules/virtualisation/brightbox-config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/virtualisation/brightbox-config.nix')
-rw-r--r--nixos/modules/virtualisation/brightbox-config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/virtualisation/brightbox-config.nix b/nixos/modules/virtualisation/brightbox-config.nix
index 528ffecc0bf2..0a018e4cd695 100644
--- a/nixos/modules/virtualisation/brightbox-config.nix
+++ b/nixos/modules/virtualisation/brightbox-config.nix
@@ -1,4 +1,4 @@
-{ config, pkgs, modulesPath, ... }:
+{ modulesPath, ... }:
 
 {
   imports = [ "${modulesPath}/virtualisation/brightbox-image.nix" ];