Files
Sovran_SystemsOS_Light/modules/btcpayserver-fix.nix
2025-08-02 20:44:27 -05:00

9 lines
105 B
Nix

{ config, pkgs, lib, ... }:
{
systemd.services.postgresql.postStart = lib.mkForce '''';
}