diff --git a/systems/sandbox/hardware.nix b/systems/sandbox/hardware.nix index f21a799..5f929b6 100644 --- a/systems/sandbox/hardware.nix +++ b/systems/sandbox/hardware.nix @@ -1,4 +1,4 @@ -{ modulesPath, ... }: { +{ config, lib, pkgs, modulesPath, ... }: { imports = [ (modulesPath + "/profiles/qemu-guest.nix") ]; boot.kernelPackages = pkgs.linuxPackages_latest; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";