diff --git a/hosts/rpi-netboot/default.nix b/hosts/rpi-netboot/default.nix index 972d4161..d57b4cde 100644 --- a/hosts/rpi-netboot/default.nix +++ b/hosts/rpi-netboot/default.nix @@ -1,4 +1,4 @@ -{ nixpkgs, config, lib, pkgs, modulesPath, ... }: +{ hostRegistry, nixpkgs, config, lib, pkgs, modulesPath, ... }: { boot.kernelParams = [ "verbose" ];