fmt(all): fix formating, update flake.lock
This commit is contained in:
parent
96a6cb73ae
commit
93cab840a8
5 changed files with 30 additions and 35 deletions
|
@ -20,15 +20,13 @@ in
|
|||
};
|
||||
|
||||
nginx = {
|
||||
enable = mkEnableOption "Enable nginx for this service."
|
||||
// {
|
||||
default = true;
|
||||
enable = mkEnableOption "Enable nginx for this service." // {
|
||||
default = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
redlib = {
|
||||
enable = mkEnableOption "Whether or not to enable redlib."
|
||||
// {
|
||||
enable = mkEnableOption "Whether or not to enable redlib." // {
|
||||
default = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue