From a8fd32d639ff2b7f25c2c442cffaf86048b26fe8 Mon Sep 17 00:00:00 2001 From: schweby Date: Sun, 19 Dec 2021 16:51:37 +0100 Subject: [PATCH] nixda: disable companion --- hosts/nixda/configuration.nix | 4 ++-- pkgs/default.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/nixda/configuration.nix b/hosts/nixda/configuration.nix index 37158df..28334e0 100644 --- a/hosts/nixda/configuration.nix +++ b/hosts/nixda/configuration.nix @@ -24,8 +24,8 @@ hardware.decklink.enable = true; networking.hostName = "nixda"; # Define your hostname. - - environment.systemPackages = with pkgs; [ blackmagicDesktopVideo blender companion ]; +## environment.systemPackages = with pkgs; [ blackmagicDesktopVideo blender companion ]; + environment.systemPackages = with pkgs; [ blackmagicDesktopVideo blender ]; networking.wg-quick.interfaces.cornbox = { privateKeyFile = "/etc/wireguard/cornbox.key"; diff --git a/pkgs/default.nix b/pkgs/default.nix index f6ebdee..f8f9192 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -11,7 +11,7 @@ let newpkgs = { alps = callPackage ./alps {}; - companion = callPackage ./companion {}; +# companion = callPackage ./companion {}; libvips = callPackage ./libvips {}; docker = pkgs.docker.overrideAttrs (super: {