Add git server

This commit is contained in:
Charlotte Van Petegem 2023-01-22 21:42:09 +01:00
parent faec7247c4
commit 31cf4df2c6
No known key found for this signature in database
GPG key ID: 019E764B7184435A
4 changed files with 98 additions and 0 deletions

View file

@ -41,6 +41,12 @@
fast = true;
location = "192.168.0.1";
}
{
path = "zdata/big-apps/git";
remotePath = "zdata/recv/lasting-integrity/big-apps/git";
fast = true;
location = "192.168.0.1";
}
{
path = "zdata/big-apps/mail";
remotePath = "zdata/recv/lasting-integrity/big-apps/mail";
@ -69,6 +75,7 @@
};
services = {
garmin-scraper.enable = true;
git.enable = true;
grafana.enable = true;
mail.enable = true;
mastodon.enable = true;

View file

@ -58,6 +58,10 @@
device = "zdata/big-apps/mastodon";
fsType = "zfs";
};
"/var/lib/git" = {
device = "zdata/big-apps/git";
fsType = "zfs";
};
"/cache" = {
device = "zroot/safe/cache";
fsType = "zfs";