nixda: disable companion

This commit is contained in:
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; hardware.decklink.enable = true;
networking.hostName = "nixda"; # Define your hostname. 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 = { networking.wg-quick.interfaces.cornbox = {
privateKeyFile = "/etc/wireguard/cornbox.key"; privateKeyFile = "/etc/wireguard/cornbox.key";

View file

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