From fc16b83011417537cc45e172f4b4016f9c1f82c5 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Wed, 8 May 2024 15:34:04 -0400 Subject: [PATCH] chore(thinkcentre): remove comment --- machines/thinkcentre/configuration.nix | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/machines/thinkcentre/configuration.nix b/machines/thinkcentre/configuration.nix index 5af926c..9e99e58 100644 --- a/machines/thinkcentre/configuration.nix +++ b/machines/thinkcentre/configuration.nix @@ -113,29 +113,6 @@ port = 3000; }; - # services.forgejo = { - # enable = true; - # settings.server = { - # DOMAIN = "git.s.michaelt.xyz"; - # ROOT_URL = "https://git.s.michaelt.xyz"; - # DISABLE_SSH = true; - # HTTP_PORT = 3000; - # }; - # settings.session = { - # COOKIE_SECURE = true; - # }; - # settings.service = { - # DISABLE_REGISTRATION = true; - # }; - # settings.openid = { - # ENABLE_OPENID_SIGNIN = true; - # ENABLE_OPENID_SIGNUP = true; - # }; - # settings.oauth2_client = { - # ENABLE_AUTO_REGISTRATION = true; - # }; - # }; - swapDevices = [ { device = "/swapfile";