rpi-netboot: fix

This commit is contained in:
Astro 2022-06-09 01:43:26 +02:00
parent 6ede6e89b0
commit 43fadec9bd
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ nixpkgs, config, lib, pkgs, modulesPath, ... }:
{ hostRegistry, nixpkgs, config, lib, pkgs, modulesPath, ... }:
{
boot.kernelParams = [ "verbose" ];