Added mail notifications on failure. Needs more work on lib.nix and the services/*.nix.
This commit is contained in:
@@ -4,6 +4,12 @@ with lib;
|
||||
|
||||
{
|
||||
options.numbus = {
|
||||
owner = {
|
||||
type = type.str;
|
||||
example = "Alex";
|
||||
default = "Numbus";
|
||||
description = "The name of the person who owns this server";
|
||||
};
|
||||
|
||||
services = {
|
||||
domain = mkOption {
|
||||
|
||||
Reference in New Issue
Block a user