git: Move to forgejo and migrate to marabethia
This commit is contained in:
parent
d49d3c74a6
commit
5537cc85c2
23 changed files with 114 additions and 289 deletions
|
@ -36,12 +36,6 @@
|
|||
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";
|
||||
|
@ -60,7 +54,6 @@
|
|||
};
|
||||
};
|
||||
services = {
|
||||
git.enable = true;
|
||||
mail.enable = true;
|
||||
matrix.enable = true;
|
||||
nginx.hosts = [
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ lib, pkgs, config, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./hardware.nix ];
|
||||
|
@ -38,6 +38,7 @@
|
|||
tetris.server = true;
|
||||
};
|
||||
services = {
|
||||
git.enable = true;
|
||||
nginx.hosts = [
|
||||
{
|
||||
fqdn = "cvpetegem.be";
|
||||
|
@ -65,4 +66,5 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
services.postgresql.dataDir = lib.mkForce "/var/lib/postgresql/${config.services.postgresql.package.psqlSchema}";
|
||||
}
|
||||
|
|
|
@ -57,6 +57,14 @@
|
|||
fsType = "vfat";
|
||||
options = [ "fmask=0022" "dmask=0022" ];
|
||||
};
|
||||
"/var/lib/forgejo" = {
|
||||
device = "zroot/safe/services/forgejo";
|
||||
fsType = "zfs";
|
||||
};
|
||||
"/var/lib/postgresql" = {
|
||||
device = "zroot/safe/services/postgresql";
|
||||
fsType = "zfs";
|
||||
};
|
||||
};
|
||||
|
||||
swapDevices = [
|
||||
|
|
|
@ -63,7 +63,6 @@
|
|||
containers.externalInterface = "eno3";
|
||||
data-access.enable = true;
|
||||
torrents.enable = true;
|
||||
git.runner.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -49,10 +49,6 @@
|
|||
device = "zdata/data";
|
||||
fsType = "zfs";
|
||||
};
|
||||
"/var/lib/private/gitlab-runner" = {
|
||||
device = "zdata/big-apps/gitlab-runner";
|
||||
fsType = "zfs";
|
||||
};
|
||||
"/var/lib/accentor" = {
|
||||
device = "zdata/big-apps/accentor";
|
||||
fsType = "zfs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue