updated BTCPayserver, nixpkgs, and systemd-extension

This commit is contained in:
2025-03-23 19:36:55 -05:00
parent 424743da78
commit fe5376c9a7
3 changed files with 5 additions and 17 deletions

View File

@ -17,13 +17,9 @@
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
btcpayserver-new.url = "github:Dreaming-Codes/nixpkgs/update-btcpayserver";
};
outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, bisq1, nixpkgs-stable, btcpayserver-new, ... }:
outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, bisq1, nixpkgs-stable, ... }:
let
system = "x86_64-linux";
@ -38,13 +34,6 @@
};
overlay-btcpaynew = final: prev: {
new-btcpaynew = import btcpayserver-new {
inherit system;
config.allowunfree = true;
};
};
in
{
@ -60,7 +49,7 @@
imports = [
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-stable overlay-btcpaynew ]; })
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-stable ]; })
./configuration.nix