This commit is contained in:
41666 2024-04-21 13:21:42 -04:00
parent 5a47265594
commit fdf45a125b
2 changed files with 4 additions and 0 deletions

View file

@ -1,6 +1,7 @@
{ ... }: {
programs.git = {
enable = true;
lfs.enable = true;
};
home.file.".gitconfig".text = ''

View file

@ -12,6 +12,9 @@
services.forgejo = {
enable = true;
lfs = {
enable = true;
};
settings = {
database = {
DB_TYPE = "sqlite3";