Reaktor extraconfig is extensible
This commit is contained in:
parent
6bcda8fa7b
commit
6099a42734
@ -58,7 +58,7 @@ let
|
||||
};
|
||||
extraConfig = mkOption {
|
||||
default = "";
|
||||
type = types.str;
|
||||
type = types.string;
|
||||
description = ''
|
||||
configuration appended to the default or overridden configuration
|
||||
'';
|
||||
|
@ -8,8 +8,6 @@ let
|
||||
echo "$PRETTY_NAME"
|
||||
'';
|
||||
in {
|
||||
krebs.Reaktor.enable = true;
|
||||
krebs.Reaktor.nickname = "test-reaktor";
|
||||
krebs.Reaktor.extraConfig = ''
|
||||
public_commands.insert(0,{
|
||||
'capname' : "nixos-version",
|
||||
|
@ -9,10 +9,7 @@ let
|
||||
gnused
|
||||
lentil]);
|
||||
in {
|
||||
krebs.Reaktor.enable = true;
|
||||
krebs.Reaktor.debug = true;
|
||||
# krebs.Reaktor.nickname = "test-reaktor";
|
||||
# TODO: make origin variable
|
||||
# TODO: make origin a variable, <- module is generic enough to handle different origins, not only stockholm
|
||||
krebs.Reaktor.extraConfig = ''
|
||||
public_commands.insert(0,{
|
||||
'capname' : "stockholm-issue",
|
||||
|
Loading…
Reference in New Issue
Block a user