Added mail notifications on failure. Needs more work on lib.nix and the services/*.nix.
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
with lib;
|
||||
|
||||
let
|
||||
cfg = config.numbus.services.networking;
|
||||
cfg = config.numbus.networking;
|
||||
in
|
||||
|
||||
{
|
||||
options.numbus.services.networking = {
|
||||
options.numbus.networking = {
|
||||
ipAddress = mkOption {
|
||||
description = "The IP address that this server will use";
|
||||
type = types.str;
|
||||
|
||||
Reference in New Issue
Block a user