Refactor shared configuration and update LNBits service for improved domain handling
Updated shared.nix to enhance domain parameter propagation and modified configuration.nix to utilize the inherited domain for machine-specific setups. Adjusted example-service.nix to accept the domain as an argument, improving modularity. Additionally, added a new documentation file explaining the LNBits flake deployment process, detailing architecture, key components, and deployment instructions for better onboarding and understanding of the system.
This commit is contained in:
parent
ca5b78b561
commit
30a1ae28f7
4 changed files with 273 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ config, lib, pkgs, domain, ... }:
|
||||
|
||||
{
|
||||
# Example: WireGuard VPN Service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue