these defaults should be global
This commit is contained in:
parent
0093dbac85
commit
7b25130a12
2 changed files with 8 additions and 8 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue