configed backup and removed redundant keys

This commit is contained in:
Bryan Ramos 2026-03-12 14:40:18 -04:00
parent 5db04c8210
commit 570a321e53
6 changed files with 111 additions and 115 deletions

View file

@ -73,6 +73,10 @@ in
};
};
modules.system.backup.paths = [
"/var/lib/forgejo"
];
services.nginx.virtualHosts."git.${domain}" = mkIf nginx.enable {
useACMEHost = domain;
forceSSL = true;