summary refs log tree commit diff
path: root/host/Rory-nginx/services
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-09-06 23:39:23 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-09-06 23:39:23 +0200
commitcef9908cacef4465fdf0d5a5756f33cbf427daa5 (patch)
tree65753ffb377e7b75a78bcf63893ee6f53b879f29 /host/Rory-nginx/services
parentfix container? (diff)
downloadRory-Open-Architecture-cef9908cacef4465fdf0d5a5756f33cbf427daa5.tar.xz
fix container?
Diffstat (limited to 'host/Rory-nginx/services')
-rwxr-xr-xhost/Rory-nginx/services/containers/pluralcontactbotpoc/container.nix24
1 files changed, 12 insertions, 12 deletions
diff --git a/host/Rory-nginx/services/containers/pluralcontactbotpoc/container.nix b/host/Rory-nginx/services/containers/pluralcontactbotpoc/container.nix
index 6799419..022e160 100755
--- a/host/Rory-nginx/services/containers/pluralcontactbotpoc/container.nix
+++ b/host/Rory-nginx/services/containers/pluralcontactbotpoc/container.nix
@@ -9,18 +9,18 @@
     privateNetwork = true;
     autoStart = true;
 
-    config = import ./root.nix { 
-        inherit config;
-        #etc."resolv.conf".text = ''
-        #    nameserver 8.8.8.8
-        #    nameserver 8.4.4.8
-        #    nameserver 1.1.1.1
-        #    nameserver 1.0.0.1
-        #'';
-        #networking.firewall = {
-        #    enable = true;
-        #    allowedTCPPorts = [ 80 443 ];  
-        #};
+
+    config = import ./root.nix // {
+        etc."resolv.conf".text = ''
+            nameserver 8.8.8.8
+            nameserver 8.4.4.8
+            nameserver 1.1.1.1
+            nameserver 1.0.0.1
+        '';
+        networking.firewall = {
+            enable = true;
+            allowedTCPPorts = [ 80 443 ];  
+        };
     };
     
 }
\ No newline at end of file