feat: remove lib
This commit is contained in:
parent
85e333bea8
commit
75ecd80aa4
1 changed files with 0 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
||||||
_: {
|
|
||||||
enabled = {
|
|
||||||
## Quickly enable an option.
|
|
||||||
##
|
|
||||||
## ```nix
|
|
||||||
## services.nginx = enabled;
|
|
||||||
## ```
|
|
||||||
##
|
|
||||||
#@ true
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
disabled = {
|
|
||||||
## Quickly disable an option.
|
|
||||||
##
|
|
||||||
## ```nix
|
|
||||||
## services.nginx = enabled;
|
|
||||||
## ```
|
|
||||||
##
|
|
||||||
#@ false
|
|
||||||
enable = false;
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue