mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Add hel1 server
This commit is contained in:
parent
2a426da0b4
commit
66c62a2e40
9 changed files with 401 additions and 82 deletions
|
|
@ -1,7 +1,14 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
let cfg = config.custom.services.monit;
|
||||
in {
|
||||
let
|
||||
cfg = config.custom.services.monit;
|
||||
in
|
||||
{
|
||||
options.custom.services.monit = {
|
||||
enable = mkEnableOption "monit";
|
||||
|
||||
|
|
@ -15,7 +22,6 @@ in {
|
|||
|
||||
sops.secrets = {
|
||||
monitMailserverConfig = {
|
||||
owner = config.services.borgbackup.jobs.data.user;
|
||||
key = "monit/mailserver_config";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue