diff --git a/hosts/yaseen/configuration.nix b/hosts/yaseen/configuration.nix index aea849a..b7a6365 100644 --- a/hosts/yaseen/configuration.nix +++ b/hosts/yaseen/configuration.nix @@ -210,42 +210,11 @@ in { services.printing.drivers = [pkgs.cnijfilter2]; - # services.forgejo = { - # enable = true; - # database.type = "postgres"; - # # Enable support for Git Large File Storage - # lfs.enable = true; - # settings = { - # server = { - # DOMAIN = "git.example.com"; - # # You need to specify this to remove the port from URLs in the web UI. - # ROOT_URL = "https://git.vulpecula.zone/"; - # HTTP_PORT = 3000; - # }; - # # You can temporarily allow registration to create an admin user. - # service.DISABLE_REGISTRATION = true; - # # Add support for actions, based on act: https://github.com/nektos/act - # # actions = { - # # ENABLED = true; - # # DEFAULT_ACTIONS_URL = "github"; - # # }; - # # Sending emails is completely optional - # # You can send a test email from the web UI at: - # # Profile Picture > Site Administration > Configuration > Mailer Configuration - # # mailer = { - # # ENABLED = true; - # # SMTP_ADDR = "mail.example.com"; - # # FROM = "noreply@${srv.DOMAIN}"; - # # USER = "noreply@${srv.DOMAIN}"; - # # }; - # }; - # # mailerPasswordFile = config.age.secrets.forgejo-mailer-password.path; - # }; - + services.uptime-kuma.enable = true; nixpkgs.config.permittedInsecurePackages = [ "olm-3.2.16" - # "electron-27.3.11" + "electron-27.3.11" ]; # services.mattermost = {