diff --git a/hosts/rpi-netboot/default.nix b/hosts/rpi-netboot/default.nix index c7c27d33..aa2c7896 100644 --- a/hosts/rpi-netboot/default.nix +++ b/hosts/rpi-netboot/default.nix @@ -1,9 +1,7 @@ { nixpkgs, config, lib, pkgs, modulesPath, ... }: { - boot.initrd.kernelParams = [ - "verbose" - ]; + boot.kernelParams = [ "verbose" ]; swapDevices = [ ];