these defaults should be global

This commit is contained in:
goeranh 2026-02-28 02:42:56 +01:00 committed by oxce
parent 0093dbac85
commit 7b25130a12
2 changed files with 8 additions and 8 deletions

View file

@ -59,6 +59,14 @@ in
useXkbConfig = true; # use xkb.options in tty.
};
#### Wir verwenden die fuer NixOS ueblichen Empfehlung fuer Nginx.
services.nginx.recommendedOptimisation = true;
services.nginx.recommendedGzipSettings = true;
services.nginx.recommendedProxySettings = true;
#### Mit der Anwendung Nginx soll die (ausschließliche) Verwendung von https (http mit TLS), statt http ermoeglicht werden.
services.nginx.recommendedTlsSettings = true;
users.users = {
# erstmal nur mit root
# administration = {