diff options
author | Soispha <soispha@vhack.eu> | 2023-07-10 15:47:06 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-19 15:54:02 +0200 |
commit | 96aea471ced9b223856ab34011b3bf3b320fb7d2 (patch) | |
tree | f62707e2ececa6dc858c77cae5553e2bd53cd7e3 /system/services/nginx | |
parent | Chore(system/secrets): Add sils' public key (diff) | |
download | nixos-server-96aea471ced9b223856ab34011b3bf3b320fb7d2.tar.gz nixos-server-96aea471ced9b223856ab34011b3bf3b320fb7d2.zip |
Feat(.editorconfig): Add the configuration for all files
This sets some formatting option based on the file. In comparison to the vim lines, this should be supported by more editors.
Diffstat (limited to 'system/services/nginx')
-rw-r--r-- | system/services/nginx/default.nix | 2 | ||||
-rw-r--r-- | system/services/nginx/hosts.nix | bin | 989 -> 978 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/system/services/nginx/default.nix b/system/services/nginx/default.nix index b9a0754..f5af497 100644 --- a/system/services/nginx/default.nix +++ b/system/services/nginx/default.nix @@ -17,5 +17,5 @@ enable = true; }; } -# vim: ts=2 + diff --git a/system/services/nginx/hosts.nix b/system/services/nginx/hosts.nix index 03806c0..8db389f 100644 --- a/system/services/nginx/hosts.nix +++ b/system/services/nginx/hosts.nix Binary files differ |