From 1d946308b6814c082c560c7b5de757f5994b2a37 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Mon, 3 Mar 2025 18:34:53 +0000 Subject: [PATCH] feat: scream test for Gitlab --- machines/glados.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/machines/glados.nix b/machines/glados.nix index 5e499d8..c5be714 100644 --- a/machines/glados.nix +++ b/machines/glados.nix @@ -26,7 +26,6 @@ Notes: Each user has roughly 20gb os storage }; in { imports = [ - ../applications/git/gitlab.nix ../applications/git/forgejo.nix ../applications/git/forgejo_runner.nix ]; @@ -42,7 +41,6 @@ in { services.skynet = { host = host; backup.enable = true; - gitlab.enable = true; forgejo.enable = true; forgejo_runner = { enable = true;