mirror of
https://github.com/fort-nix/nix-bitcoin.git
synced 2024-11-22 22:33:46 +03:00
e82da35174
`qemu-vm.nix` is already imported in `vm-config.nix` but under a different path. This causes an "already declared" error on NixOS 23.11.
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>
|
|
];
|
|
}
|