diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-11 14:36:32 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-11 14:36:32 -0700 |
| commit | 0e86238729b06b83bf2c518da90abeb25c1b2cc1 (patch) | |
| tree | 7256abfe25a713231e03b0163a32e57462eb09a9 /config/nix.org | |
| parent | 90c57b64ed82a940dea155161e0833040f540963 (diff) | |
smoke test passes
Diffstat (limited to 'config/nix.org')
| -rw-r--r-- | config/nix.org | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/nix.org b/config/nix.org index 89928d5..c355ba5 100644 --- a/config/nix.org +++ b/config/nix.org @@ -1733,7 +1733,7 @@ to the outside world under a domain. ''; }; extraConfig = '' - include ${monorepoSelf.packages.${pkgs.system}.website}/csp_headers.conf; + include ${monorepoSelf.packages.${pkgs.system}.website}/csp_header.conf; rewrite ^/graph_view/?(.*)$ https://graph.${config.monorepo.vars.remoteHost}/$1 permanent; ''; }; @@ -2396,6 +2396,7 @@ because they enhance security. memoryPercent = 50; }; + # Shim for testing virtualisation.vmVariant = { sops.validateSopsFiles = false; disko.devices = lib.mkForce {}; @@ -2424,6 +2425,8 @@ because they enhance security. systemd.services.sops-nix = { unitConfig.RequiresMountsFor = "/home/preston/.config/sops/age"; }; + + security.acme.defaults.server = lib.mkForce "https://127.0.0.1:14000/dir"; }; documentation = { |
