diff options
-rw-r--r-- | etc/guix/system.scm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm index 0ae9916..1b2d130 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -28,6 +28,7 @@ ssh virtualization vpn + web xorg) (heredoc:enable-syntax) @@ -160,6 +161,17 @@ Seiko Epson Color Ink Jet Printers.") (list (host "10.0.0.0" "toph") (host "10.0.0.1" host-name))) + (service nginx-service-type + (nginx-configuration + (server-blocks + (list + (nginx-server-configuration + (listen '("8000")) + (locations + (list + (nginx-location-configuration + (uri "/proxy1") + (body '("include /var/tmp/nginx.conf;")))))))))) (service queue:local-postfix-service-type (queue:postfix-configuration (main.cf-extra #"- |