From 43fadec9bdcb4120dd2eac88b65907666047342d Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 9 Jun 2022 01:43:26 +0200 Subject: [PATCH] rpi-netboot: fix --- hosts/rpi-netboot/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ];