This website requires JavaScript.
Explore
Help
Sign In
ambroisie
/
nix-config
Watch
1
Star
0
Fork
You've already forked nix-config
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
c5fd1b4e63
nix-config
/
services
/
default.nix
10 lines
82 B
Nix
Raw
Normal View
History
Unescape
Escape
services: add nginx and acme auto-configuration This ensures that the recommened settings are turned on when using Nginx in any service. It also provides for a SSL certificate using Let's Encrypt.
2021-01-31 16:37:58 +01:00
{
.
.
.
}:
{
imports
=
[
services: add gitea
2021-01-31 17:46:46 +01:00
./gitea.nix
services: add matrix
2021-01-31 16:56:44 +01:00
./matrix.nix
services: add nginx and acme auto-configuration This ensures that the recommened settings are turned on when using Nginx in any service. It also provides for a SSL certificate using Let's Encrypt.
2021-01-31 16:37:58 +01:00
./nginx.nix
]
;
}
Reference in a new issue
Copy permalink