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;
|
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";
|
||||||
|
|
|
@ -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: {
|
||||||
|
|
Loading…
Reference in a new issue