hosts: move gitea to hades

This commit is contained in:
Antoine Martin 2022-06-14 17:51:04 +02:00
parent 45aaa7c103
commit ee549958d1
2 changed files with 5 additions and 5 deletions

View file

@ -57,6 +57,11 @@ in {
my.services = { my.services = {
fail2ban.enable = true; fail2ban.enable = true;
gitea = {
enable = true;
privatePort = 8082;
};
matrix = { matrix = {
enable = true; enable = true;
secretConfigFile = config.age.secrets."matrix-synapse/secret-config".path; secretConfigFile = config.age.secrets."matrix-synapse/secret-config".path;

View file

@ -82,11 +82,6 @@ in {
filePath = "accounts/current.beancount"; filePath = "accounts/current.beancount";
}; };
gitea = {
enable = true;
privatePort = 8082;
};
jellyfin = { jellyfin = {
enable = true; enable = true;
}; };