Remove unused site
systems/nono.scm
139 | 139 | ("nono.lepiller.eu" "toulouse.lepiller.eu") | |
140 | 140 | ("avatar.lepiller.eu") | |
141 | 141 | ("git.lepiller.eu") | |
142 | - | ("social.lepiller.eu"))) | |
142 | + | #;("social.lepiller.eu"))) | |
143 | 143 | (service nginx-service-type) | |
144 | 144 | (service php-fpm-service-type) | |
145 | 145 | (service fcgiwrap-service-type | |
… | |||
163 | 163 | (listen '("443 ssl http2" "[::]:443 ssl http2")) | |
164 | 164 | (server-name '(default)) | |
165 | 165 | (root "/srv/http/default")))) | |
166 | - | (simple-service 'social-http-server nginx-service-type | |
166 | + | #;(simple-service 'social-http-server nginx-service-type | |
167 | 167 | (list (nginx-server-configuration | |
168 | 168 | (ssl-certificate "/etc/letsencrypt/live/social.lepiller.eu/fullchain.pem") | |
169 | 169 | (ssl-certificate-key "/etc/letsencrypt/live/social.lepiller.eu/privkey.pem") |