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