add gitea

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-10-20 18:41:49 -04:00
parent bfccadf416
commit 4bf03a22fd
4 changed files with 37 additions and 4 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";