aboutsummaryrefslogtreecommitdiff
path: root/hosts/profiles
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-06 12:39:26 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-06 12:39:26 -0700
commitcf16fe85f3ac340b03f90e2f7f3ad85e4c621ce9 (patch)
treef06f3f9f5b6ea0d607648aa45e927bc248995ac4 /hosts/profiles
parentprometheus: proper name for the option (diff)
downloadinfra-cf16fe85f3ac340b03f90e2f7f3ad85e4c621ce9.tar.gz
refactor gitea as a module
Diffstat (limited to 'hosts/profiles')
-rw-r--r--hosts/profiles/nas.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/profiles/nas.nix b/hosts/profiles/nas.nix
index bcc221c..112eda7 100644
--- a/hosts/profiles/nas.nix
+++ b/hosts/profiles/nas.nix
@@ -27,6 +27,10 @@
unifi = { enable = true; };
prometheus = { enable = true; };
grafana = { enable = true; };
+ gitea = {
+ enable = true;
+ stateDir = "/var/lib/gitea";
+ };
};
services.restic.backups = {