From ff4ae2aec2f9999005487a4bbb25cbb67cbde3ea Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Fri, 11 Jul 2025 13:06:28 -0500 Subject: update derivation and decklink mod --- modules/hosts/X230/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/hosts') diff --git a/modules/hosts/X230/configuration.nix b/modules/hosts/X230/configuration.nix index 9a8e6b4..4c8adab 100644 --- a/modules/hosts/X230/configuration.nix +++ b/modules/hosts/X230/configuration.nix @@ -9,7 +9,14 @@ crypto.enable = true; graphics.enable = true; office.enable = true; + video.enable = true; }; + # Allow unfree for nvidia + others + nixpkgs.config.allowUnfree = true; + + # Enable decklink + decklink.enable = true; + system.stateVersion = "24.05"; } -- cgit v1.2.3