add miraclecast

This commit is contained in:
Cyryl Płotnicki 2024-05-17 11:40:20 +01:00
parent 857d4db053
commit 321d293685

View file

@ -28,6 +28,7 @@
repository = lib.mkForce "b2:cyplo-restic-foureighty:/"; repository = lib.mkForce "b2:cyplo-restic-foureighty:/";
}; };
environment.systemPackages = with inputs.nixpkgs-master.legacyPackages."${system}"; [miraclecast];
boot = { boot = {
kernelParams = ["initcall_debug" ''dyndbg="file suspend.c +p"'' "no_console_suspend"]; kernelParams = ["initcall_debug" ''dyndbg="file suspend.c +p"'' "no_console_suspend"];
tmp.cleanOnBoot = true; tmp.cleanOnBoot = true;