diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-06 23:39:23 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-06 23:39:23 +0200 |
commit | cef9908cacef4465fdf0d5a5756f33cbf427daa5 (patch) | |
tree | 65753ffb377e7b75a78bcf63893ee6f53b879f29 /host/Rory-nginx/services/containers | |
parent | fix container? (diff) | |
download | Rory-Open-Architecture-cef9908cacef4465fdf0d5a5756f33cbf427daa5.tar.xz |
fix container?
Diffstat (limited to 'host/Rory-nginx/services/containers')
-rwxr-xr-x | host/Rory-nginx/services/containers/pluralcontactbotpoc/container.nix | 24 |
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 |