l 3 newsbot-js -> k 3 newsbot-js
This commit is contained in:
parent
ab16f4c4b1
commit
cbe70e8c39
@ -21,6 +21,7 @@ let
|
||||
./go.nix
|
||||
./iptables.nix
|
||||
./lib.nix
|
||||
./newsbot-js.nix
|
||||
./nginx.nix
|
||||
./nixpkgs.nix
|
||||
./os-release.nix
|
||||
|
@ -6,10 +6,10 @@ with lib;
|
||||
let
|
||||
inherit (config.krebs.lib) genid;
|
||||
|
||||
cfg = config.lass.newsbot-js;
|
||||
cfg = config.krebs.newsbot-js;
|
||||
|
||||
out = {
|
||||
options.lass.newsbot-js = api;
|
||||
options.krebs.newsbot-js = api;
|
||||
config = mkIf cfg.enable imp;
|
||||
};
|
||||
|
@ -187,13 +187,10 @@ let
|
||||
hackernews|https://news.ycombinator.com/rss|#news
|
||||
'';
|
||||
in {
|
||||
imports = [
|
||||
../3modules/newsbot-js.nix
|
||||
];
|
||||
environment.systemPackages = [
|
||||
pkgs.newsbot-js
|
||||
];
|
||||
lass.newsbot-js = {
|
||||
krebs.newsbot-js = {
|
||||
enable = true;
|
||||
ircServer = "localhost";
|
||||
feeds = newsfile;
|
||||
|
@ -3,7 +3,6 @@ _:
|
||||
imports = [
|
||||
./xresources.nix
|
||||
./folderPerms.nix
|
||||
./newsbot-js.nix
|
||||
./per-user.nix
|
||||
./urxvtd.nix
|
||||
./xresources.nix
|
||||
|
Loading…
Reference in New Issue
Block a user