diff options
author | tv <tv@shackspace.de> | 2015-07-24 11:55:16 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-07-24 11:55:16 +0200 |
commit | b6987329fe6dca5aca96fc651f06867c26dbf236 (patch) | |
tree | 83b4388ed3dab33088eb08f7391a6fa988a76b66 /3modules | |
parent | 5f63c4071c7b1680e75671c0acede8a9bce4b14c (diff) |
3: {tv -> krebs}.urlwatch
Diffstat (limited to '3modules')
-rw-r--r-- | 3modules/krebs/urlwatch.nix (renamed from 3modules/tv/urlwatch.nix) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/3modules/tv/urlwatch.nix b/3modules/krebs/urlwatch.nix index a659fc74f..58de72fc6 100644 --- a/3modules/tv/urlwatch.nix +++ b/3modules/krebs/urlwatch.nix @@ -8,16 +8,16 @@ with builtins; with lib; let - cfg = config.tv.urlwatch; + cfg = config.krebs.urlwatch; # TODO assert sendmail's existence out = { - options.tv.urlwatch = api; + options.krebs.urlwatch = api; config = mkIf cfg.enable imp; }; api = { - enable = mkEnableOption "tv.urlwatch"; + enable = mkEnableOption "krebs.urlwatch"; dataDir = mkOption { type = types.str; |