mirror of
https://github.com/fort-nix/nix-bitcoin.git
synced 2024-11-26 16:18:52 +03:00
8 lines
136 B
Nix
8 lines
136 B
Nix
|
{ lib, ... }: {
|
||
|
imports = [
|
||
|
./configuration.nix
|
||
|
<nix-bitcoin/modules/deployment/krops.nix>
|
||
|
<qemu-vm/vm-config.nix>
|
||
|
];
|
||
|
}
|