{ config, pkgs, ... }: let pkgsUnstable = import {}; # pkgsUnstable = pkgs; in { virtualisation = { docker = { enable = true; liveRestore = false; }; }; nixpkgs.config.allowUnfree = true; environment.systemPackages = with pkgs; [ google-chrome docker_compose mongodb franz pkgsUnstable.scudcloud ]; networking.domain = "satoshipay.io"; }