hosts: move gitea to hades
This commit is contained in:
parent
45aaa7c103
commit
ee549958d1
|
@ -57,6 +57,11 @@ in {
|
|||
my.services = {
|
||||
fail2ban.enable = true;
|
||||
|
||||
gitea = {
|
||||
enable = true;
|
||||
privatePort = 8082;
|
||||
};
|
||||
|
||||
matrix = {
|
||||
enable = true;
|
||||
secretConfigFile = config.age.secrets."matrix-synapse/secret-config".path;
|
||||
|
|
|
@ -82,11 +82,6 @@ in {
|
|||
filePath = "accounts/current.beancount";
|
||||
};
|
||||
|
||||
gitea = {
|
||||
enable = true;
|
||||
privatePort = 8082;
|
||||
};
|
||||
|
||||
jellyfin = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue