h/m/customs/beyondspace: oauth2-based members-only proxy

Change-Id: I4f7102b4c4ddd9d0f085653ad08e071f172f289d
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1307
Reviewed-by: vuko <vuko@hackerspace.pl>
diff --git a/hswaw/machines/customs.hackerspace.pl/configuration.nix b/hswaw/machines/customs.hackerspace.pl/configuration.nix
index ff8ea00..e74b50a 100644
--- a/hswaw/machines/customs.hackerspace.pl/configuration.nix
+++ b/hswaw/machines/customs.hackerspace.pl/configuration.nix
@@ -50,6 +50,7 @@
       ./checkinator-web.nix
       ./mikrotik-exporter.nix
       ./netboot.nix
+      ./beyondspace.nix
       ./laserproxy/service.nix
     ];
 
@@ -436,6 +437,7 @@
   services.nginx.appendHttpConfig = ''
     server_names_hash_bucket_size 64;
   '';
+  services.nginx.resolver.addresses = [ "127.0.0.1" ];
 
   security.acme = {
     email = "bofh@hackerspace.pl";