Move network*.nix files to new network directory
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user