From cf16fe85f3ac340b03f90e2f7f3ad85e4c621ce9 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 6 Apr 2022 12:39:26 -0700 Subject: refactor gitea as a module --- hosts/profiles/nas.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts/profiles') 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 = { -- cgit 1.4.1