diff options
author | EuAndreh <eu@euandre.org> | 2024-08-05 04:56:06 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-05 04:56:06 -0300 |
commit | afd27438b5111e20c1471d737327c6dcf99606da (patch) | |
tree | 3cc349fc5a4d5416bebd763b03278fa74883a0cc /etc | |
parent | etc/guix/home.scm: Disable broken scikit-learn (diff) | |
download | dotfiles-afd27438b5111e20c1471d737327c6dcf99606da.tar.gz dotfiles-afd27438b5111e20c1471d737327c6dcf99606da.tar.xz |
etc/guix/system.scm: Remove nginx service
Diffstat (limited to 'etc')
-rw-r--r-- | etc/guix/system.scm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm index 1e97a65..21d5343 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -166,17 +166,6 @@ 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 #"- |