mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
treewide: fix typos
This commit is contained in:
parent
785f9d198b
commit
c1ab1c5e7c
11 changed files with 16 additions and 16 deletions
|
@ -43,7 +43,7 @@ in
|
|||
};
|
||||
OnFailureMail = mkOption {
|
||||
type = types.nullOr (types.str);
|
||||
description = lib.mdDoc "Mail adress where to send the error report";
|
||||
description = lib.mdDoc "Mail address where to send the error report";
|
||||
default = null;
|
||||
example = "alarm@mail.com";
|
||||
};
|
||||
|
@ -169,7 +169,7 @@ in
|
|||
};
|
||||
borgbackup_last_execution = {
|
||||
condition = ''systemd_unit_state{state="failed", name="borgbackup-job-hetzner.timer"} >= 1'';
|
||||
description = "{{$labels.instance}}: last backup was not successfull please check.";
|
||||
description = "{{$labels.instance}}: last backup was not successful please check.";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue