Move network*.nix files to new network directory

This commit is contained in:
Jonas Nick
2019-04-12 10:01:35 +00:00
parent 4d3f1560e2
commit d65cb50f50
5 changed files with 4 additions and 4 deletions
+10
View File
@@ -0,0 +1,10 @@
{
bitcoin-node =
{ config, pkgs, ... }:
{
deployment.targetEnv = "virtualbox";
deployment.virtualbox.memorySize = 4096; # megabytes
deployment.virtualbox.vcpu = 4; # number of cpus
deployment.virtualbox.headless = true;
};
}