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";