Configure entrance exam
All checks were successful
Cachix / build (marabethia) (push) Successful in 6m38s
Cachix / build (elendel) (push) Successful in 3m10s
Cachix / build (kholinar) (push) Successful in 6m4s

This commit is contained in:
Charlotte Van Petegem 2025-05-21 15:30:37 +02:00
parent 7b555a8a02
commit f28b8d06f4
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E
8 changed files with 173 additions and 1 deletions

View file

@ -41,6 +41,12 @@
fast = true;
location = "elendel.vanpetegem.me";
}
{
path = "zroot/safe/services/entrance-exam";
remotePath = "zdata/recv/marabethia/safe/services/entrance-exam";
fast = true;
location = "elendel.vanpetegem.me";
}
{
path = "zroot/safe/services/forgejo";
remotePath = "zdata/recv/marabethia/safe/services/forgejo";
@ -92,6 +98,7 @@
enable = true;
runner.enable = true;
};
entrance-exam.enable = true;
mail.enable = true;
matrix.enable = true;
mumble.enable = true;

View file

@ -65,6 +65,10 @@
device = "zroot/local/services/docker";
fsType = "zfs";
};
"/var/lib/entrance-exam" = {
device = "zroot/safe/services/entrance-exam";
fsType = "zfs";
};
"/var/lib/forgejo" = {
device = "zroot/safe/services/forgejo";
fsType = "zfs";