nixda: disable companion

keep-around/c954df75a52fdd54c64b567f1d20707c8bb324a3
schweby 2021-12-19 16:51:37 +01:00
parent ba60e3cf76
commit c954df75a5
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: {