hosts: move gitea to hades
This commit is contained in:
parent
45aaa7c103
commit
ee549958d1
|
@ -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;
|
||||||
|
|
|
@ -82,11 +82,6 @@ in {
|
||||||
filePath = "accounts/current.beancount";
|
filePath = "accounts/current.beancount";
|
||||||
};
|
};
|
||||||
|
|
||||||
gitea = {
|
|
||||||
enable = true;
|
|
||||||
privatePort = 8082;
|
|
||||||
};
|
|
||||||
|
|
||||||
jellyfin = {
|
jellyfin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue