]> Git — Sourcephile - sourcephile-nix.git/blob - machines/losurdo/prometheus.nix
dovecot: set ssl_min_protocol = TLSv1.2
[sourcephile-nix.git] / machines / losurdo / prometheus.nix
1 { pkgs, lib, config, ... }:
2 {
3 services.prometheus = {
4 enable = true;
5 };
6 }