nixos/tests: fix nginx-pubhtml test

Izorkin af6d0095 97a0928c

Changed files
+1
nixos
+1
nixos/tests/nginx-pubhtml.nix
···
name = "nginx-pubhtml";
machine = { pkgs, ... }: {
+
systemd.services.nginx.serviceConfig.ProtectHome = "read-only";
services.nginx.enable = true;
services.nginx.virtualHosts.localhost = {
locations."~ ^/\\~([a-z0-9_]+)(/.*)?$".alias = "/home/$1/public_html$2";