Standardize formatting of imports, options, config
This commit is contained in:
parent
297b57bbaa
commit
fc47b1a9ab
4 changed files with 7 additions and 7 deletions
|
@ -1,9 +1,9 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
options.system.webserver.enable = lib.mkEnableOption "Enable nginx related services";
|
||||
|
||||
imports = [
|
||||
./acme
|
||||
./nginx
|
||||
];
|
||||
|
||||
options.system.webserver.enable = lib.mkEnableOption "Enable nginx related services";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue