add gitea

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-10-26 15:51:00 -04:00
parent 4428170e82
commit 148dd73520
5 changed files with 49 additions and 22 deletions

View File

@ -1,7 +1,7 @@
{ lib, ... }:
{
services.autopull = {
enable = lib.mkDefault false;
enable = lib.mkDefault true;
repo.dotfiles = {
enable = lib.mkDefault false;
ssh-key = lib.mkDefault "/root/.ssh/id_ed25519_ghdeploy";