about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorTomas Antonio Lopez <entropy.overseer@entropic.network>2023-11-30 16:11:21 +0100
committerTomas Antonio Lopez <entropy.overseer@entropic.network>2023-12-01 00:31:37 +0100
commit89278c9846a88d51ec00b0b1f044070deb93a79f (patch)
tree8870f0711dd45bc0c3016466453c816d658cb2c5 /nixos
parent33c13e9e4d1a6b5ff50fe33edbd0835ef254b236 (diff)
downloadnixlib-89278c9846a88d51ec00b0b1f044070deb93a79f.tar
nixlib-89278c9846a88d51ec00b0b1f044070deb93a79f.tar.gz
nixlib-89278c9846a88d51ec00b0b1f044070deb93a79f.tar.bz2
nixlib-89278c9846a88d51ec00b0b1f044070deb93a79f.tar.lz
nixlib-89278c9846a88d51ec00b0b1f044070deb93a79f.tar.xz
nixlib-89278c9846a88d51ec00b0b1f044070deb93a79f.tar.zst
nixlib-89278c9846a88d51ec00b0b1f044070deb93a79f.zip
nixosTests.sourcehut: run tests within a production environment
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/sourcehut/sourcehut.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/sourcehut/sourcehut.nix b/nixos/tests/sourcehut/sourcehut.nix
index 1b73fb763e81..20885efdfed0 100644
--- a/nixos/tests/sourcehut/sourcehut.nix
+++ b/nixos/tests/sourcehut/sourcehut.nix
@@ -49,6 +49,7 @@ in
       git.enable = true;
 
       settings."sr.ht" = {
+        environment = "production";
         global-domain = config.networking.domain;
         service-key = pkgs.writeText "service-key" "8b327279b77e32a3620e2fc9aabce491cc46e7d821fd6713b2a2e650ce114d01";
         network-key = pkgs.writeText "network-key" "cEEmc30BRBGkgQZcHFksiG7hjc6_dK1XR2Oo5Jb9_nQ=";