flake: use new output format
The previous format is deprecated.
This commit is contained in:
parent
a99fad2235
commit
7233b054d9
2 changed files with 7 additions and 7 deletions
|
|
@ -8,7 +8,7 @@
|
|||
nixosConfigurations.mynode = nix-bitcoin.inputs.nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
nix-bitcoin.nixosModule
|
||||
nix-bitcoin.nixosModules.default
|
||||
|
||||
# Optional:
|
||||
# Import the secure-node preset, an opinionated config to enhance security
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue