update(all): run nixfmt, update flake.lock
This commit is contained in:
parent
8deea88d1f
commit
3ed788ba26
3 changed files with 22 additions and 23 deletions
|
@ -27,9 +27,8 @@ in
|
|||
};
|
||||
|
||||
nginx = {
|
||||
enable = mkEnableOption "Enable nginx for this service."
|
||||
// {
|
||||
default = true;
|
||||
enable = mkEnableOption "Enable nginx for this service." // {
|
||||
default = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue