about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorChristoph Heiss <christoph@c8h4.io>2023-08-07 21:15:35 +0200
committerChristoph Heiss <christoph@c8h4.io>2023-11-11 13:01:47 +0100
commit78cc2783c8e8322e80cd0ee68409cd537e7202a6 (patch)
tree9afc96e8d6efbcd50d7dc3c8f96be1c496bfdfcf /nixos/tests
parent6b25e09d2dfe8b92db9ae148989d6d7aaad2dd7f (diff)
sourcehut: drop obsolete `services` array in favor of indivdual `enable` flags
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/sourcehut.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/nixos/tests/sourcehut.nix b/nixos/tests/sourcehut.nix
index 87e6d82bdd8f4..0529abd73a858 100644
--- a/nixos/tests/sourcehut.nix
+++ b/nixos/tests/sourcehut.nix
@@ -134,11 +134,6 @@ in
 
     services.sourcehut = {
       enable = true;
-      services = [
-        "builds"
-        "git"
-        "meta"
-      ];
       nginx.enable = true;
       nginx.virtualHost = {
         forceSSL = true;