diff --git a/configuration/hosts/nixda/configuration.nix b/configuration/hosts/nixda/configuration.nix index 9a66312..a1748df 100644 --- a/configuration/hosts/nixda/configuration.nix +++ b/configuration/hosts/nixda/configuration.nix @@ -22,18 +22,10 @@ efiSysMountPoint = "/boot"; }; -# hardware.decklink.enable = true; + hardware.decklink.enable = true; networking.hostName = "nixda"; # Define your hostname. - boot.kernelModules = [ "blackmagic" "blackmagic-io" "snd_blackmagic-io" ]; - boot.extraModulePackages = [ config.boot.kernelPackages.decklink ]; - systemd.services."DecklinkVideoHelper" = { - after = [ "syslog.target" "local-fs.target" ]; - wantedBy = [ "multi-user.target" ]; - serviceConfig.ExecStart = "${pkgs.blackmagicDesktopVideo}/bin/DesktopVideoHelper -n"; - }; - environment.systemPackages = with pkgs; [ blackmagicDesktopVideo makemkv ]; # This value determines the NixOS release from which the default