From 321d293685d3ffdb3f8c2687e39f513ab3c01e31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Fri, 17 May 2024 11:40:20 +0100 Subject: [PATCH] add miraclecast --- nixos/boxes/foryog/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/boxes/foryog/default.nix b/nixos/boxes/foryog/default.nix index 386ff59d..9aa2fccd 100644 --- a/nixos/boxes/foryog/default.nix +++ b/nixos/boxes/foryog/default.nix @@ -28,6 +28,7 @@ repository = lib.mkForce "b2:cyplo-restic-foureighty:/"; }; + environment.systemPackages = with inputs.nixpkgs-master.legacyPackages."${system}"; [miraclecast]; boot = { kernelParams = ["initcall_debug" ''dyndbg="file suspend.c +p"'' "no_console_suspend"]; tmp.cleanOnBoot = true;