Configure entrance exam
This commit is contained in:
parent
7b555a8a02
commit
f28b8d06f4
8 changed files with 173 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue