about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authortomberek <tomberek@users.noreply.github.com>2023-11-11 13:42:19 -0500
committerGitHub <noreply@github.com>2023-11-11 13:42:19 -0500
commit7859adb9d6cf0cd45011148d673660c976c1ee70 (patch)
tree7416ffeed2a2920499ac4812b129e22a06d0f75c /nixos/tests
parent0e8902941b7b054f8973fed9024e89f8c3cf4084 (diff)
parent88a3d2a0b43e80f9275af1952a9b94b6ddcd88af (diff)
downloadnixlib-7859adb9d6cf0cd45011148d673660c976c1ee70.tar
nixlib-7859adb9d6cf0cd45011148d673660c976c1ee70.tar.gz
nixlib-7859adb9d6cf0cd45011148d673660c976c1ee70.tar.bz2
nixlib-7859adb9d6cf0cd45011148d673660c976c1ee70.tar.lz
nixlib-7859adb9d6cf0cd45011148d673660c976c1ee70.tar.xz
nixlib-7859adb9d6cf0cd45011148d673660c976c1ee70.tar.zst
nixlib-7859adb9d6cf0cd45011148d673660c976c1ee70.zip
Merge pull request #245394 from christoph-heiss/pkgs/sourcehut
sourcehut: update all component; lots of fixes
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/sourcehut.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/nixos/tests/sourcehut.nix b/nixos/tests/sourcehut.nix
index 87e6d82bdd8f..0b258acc2af1 100644
--- a/nixos/tests/sourcehut.nix
+++ b/nixos/tests/sourcehut.nix
@@ -126,6 +126,7 @@ in
     virtualisation.diskSize = 4 * 1024;
     virtualisation.memorySize = 2 * 1024;
     networking.domain = domain;
+    networking.enableIPv6 = false;
     networking.extraHosts = ''
       ${config.networking.primaryIPAddress} builds.${domain}
       ${config.networking.primaryIPAddress} git.${domain}
@@ -134,11 +135,6 @@ in
 
     services.sourcehut = {
       enable = true;
-      services = [
-        "builds"
-        "git"
-        "meta"
-      ];
       nginx.enable = true;
       nginx.virtualHost = {
         forceSSL = true;