nixda: disable companion

keep-around/a8fd32d639ff2b7f25c2c442cffaf86048b26fe8
schweby 2021-12-19 16:51:37 +01:00
parent c9f57ea6ef
commit a8fd32d639
2 changed files with 3 additions and 3 deletions

View File

@ -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";

View File

@ -11,7 +11,7 @@ let
newpkgs = {
alps = callPackage ./alps {};
companion = callPackage ./companion {};
# companion = callPackage ./companion {};
libvips = callPackage ./libvips {};
docker = pkgs.docker.overrideAttrs (super: {