Enable the upstream nginx module from nixpkgs.
This commit is contained in:
parent
40597a9540
commit
29c967209a
4 changed files with 114 additions and 45 deletions
|
|
@ -6,6 +6,8 @@
|
|||
config = {
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
|
||||
services.nginx.enable = true;
|
||||
|
||||
environment.etc = {
|
||||
foo = {
|
||||
text = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue