rename nix-bitcoin.nix -> presets/secure-node.nix

This commit is contained in:
Erik Arvstedt 2020-04-07 22:47:32 +02:00
parent 0c4ba43ee8
commit 28792f79dc
No known key found for this signature in database
GPG key ID: 33312B944DD97846
4 changed files with 6 additions and 6 deletions

View file

@ -10,7 +10,7 @@ import ./make-test.nix rec {
machine = { pkgs, lib, ... }: with lib; {
imports = [
../modules/nix-bitcoin.nix
../modules/presets/secure-node.nix
../modules/secrets/generate-secrets.nix
# using the hardened profile increases total test duration by ~50%, so disable it for now
# hardened