Add git server
This commit is contained in:
parent
faec7247c4
commit
31cf4df2c6
4 changed files with 98 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue