feat: add a test server for trainees to use

This commit is contained in:
silver 2023-11-20 16:10:09 +00:00
parent cbb4100b4e
commit 0a028eaf53
5 changed files with 126 additions and 44 deletions

View file

@ -152,6 +152,9 @@
# Nextcloud
cadie = import ./machines/cadie.nix;
# trainee server
marvin = import ./machines/marvin.nix;
};
};
}