From 4c50100a732abbe2f0bb26699094b31b033a2072 Mon Sep 17 00:00:00 2001 From: jeirmeister Date: Fri, 1 Aug 2025 11:20:17 -0700 Subject: [PATCH] Changing name of nixos configuration --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b2389d6..d40ec49 100644 --- a/flake.nix +++ b/flake.nix @@ -28,7 +28,7 @@ echo "💚 Devshell ready: nixos-generate, just available." ''; }; - nixosConfigurations.btcpay = nixpkgs.lib.nixosSystem { + nixosConfigurations.btc-pay-server = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = modules ++ [ ({ config, ... }: {