template for ricing improvements
This commit is contained in:
parent
2fc97c184e
commit
006ce6f5d7
2 changed files with 10 additions and 2 deletions
|
|
@ -44,6 +44,10 @@
|
|||
service = {
|
||||
note-sync.enable = lib.mkEnableOption "enable note sync to repo";
|
||||
};
|
||||
|
||||
ricing = {
|
||||
basic.enable = lib.mkEnableOption "enable basic ricing";
|
||||
};
|
||||
};
|
||||
|
||||
# Set default option states in config
|
||||
|
|
@ -88,5 +92,9 @@
|
|||
service = {
|
||||
note-sync.enable = lib.mkDefault false;
|
||||
};
|
||||
|
||||
ricing = {
|
||||
basic.enable = lib.mkDefault true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue