1
0
Fork 0

update(all): run nixfmt, update flake.lock

This commit is contained in:
Philipp 2025-05-31 15:48:49 +02:00
parent 8deea88d1f
commit 3ed788ba26
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750
3 changed files with 22 additions and 23 deletions

View file

@ -27,9 +27,8 @@ in
};
nginx = {
enable = mkEnableOption "Enable nginx for this service."
// {
default = true;
enable = mkEnableOption "Enable nginx for this service." // {
default = true;
};
};