diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-06 12:39:26 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-06 12:39:26 -0700 |
commit | cf16fe85f3ac340b03f90e2f7f3ad85e4c621ce9 (patch) | |
tree | f06f3f9f5b6ea0d607648aa45e927bc248995ac4 /hosts/profiles | |
parent | prometheus: proper name for the option (diff) | |
download | world-cf16fe85f3ac340b03f90e2f7f3ad85e4c621ce9.tar.gz |
refactor gitea as a module
Diffstat (limited to 'hosts/profiles')
-rw-r--r-- | hosts/profiles/nas.nix | 4 |
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 = { |