Fix nncp boot

This commit is contained in:
Ehmry - 2022-02-07 12:17:57 +01:00
parent 18eb4e2057
commit 7b512e337c

View File

@ -1,8 +1,6 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
boot.loader.initScript.enable = lib.mkForce false;
c3d2.mergeNncpSettings = false; c3d2.mergeNncpSettings = false;
c3d2.hq.statistics.enable = true; c3d2.hq.statistics.enable = true;
c3d2.autoUpdate = true; c3d2.autoUpdate = true;