Changing name of nixos configuration
This commit is contained in:
parent
d3eddb7445
commit
4c50100a73
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
||||||
echo "💚 Devshell ready: nixos-generate, just available."
|
echo "💚 Devshell ready: nixos-generate, just available."
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
nixosConfigurations.btcpay = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.btc-pay-server = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = modules ++ [
|
modules = modules ++ [
|
||||||
({ config, ... }: {
|
({ config, ... }: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue