forked from hacc/haccfiles
nixda: disable companion
This commit is contained in:
parent
ba60e3cf76
commit
c954df75a5
2 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
|
|
|
@ -11,7 +11,7 @@ let
|
|||
newpkgs = {
|
||||
alps = callPackage ./alps {};
|
||||
|
||||
companion = callPackage ./companion {};
|
||||
# companion = callPackage ./companion {};
|
||||
libvips = callPackage ./libvips {};
|
||||
|
||||
docker = pkgs.docker.overrideAttrs (super: {
|
||||
|
|
Loading…
Reference in a new issue