diff --git a/nixos/hosts/nixos-rpi4-03/temp.nix b/nixos/hosts/nixos-rpi4-03/temp.nix index 45c5980c..2eed84bf 100644 --- a/nixos/hosts/nixos-rpi4-03/temp.nix +++ b/nixos/hosts/nixos-rpi4-03/temp.nix @@ -1,11 +1,10 @@ {pkgs, lib, config, ...}: { networking.firewall.interfaces.wireguard0.allowedTCPPorts = [ 80 443 ]; - # networking.firewall.allowedTCPPorts = [ 80 443 ]; -# Generate a test cert -# sudo openssl req -x509 -newkey rsa:4096 -sha256 -days 3650 \ -# -nodes -keyout test-ssl.key -out test-ssl.crt -subj "/CN=test-ssl" \ -# -addext "subjectAltName=DNS:test-ssl,DNS:*.test-ssl,IP:10.100.0.2" + # Generate a test cert + # sudo openssl req -x509 -newkey rsa:4096 -sha256 -days 3650 \ + # -nodes -keyout test-ssl.key -out test-ssl.crt -subj "/CN=test-ssl" \ + # -addext "subjectAltName=DNS:test-ssl,DNS:*.test-ssl,IP:10.100.0.2" services.nginx = { enable = true;