[Services] Added modular service configuration + opt-in jupyterhub server

This commit is contained in:
Antoine Viallon 2022-02-22 23:04:10 +01:00
parent 771d557a83
commit cab07f3d14
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
3 changed files with 70 additions and 0 deletions

6
services/default.nix Normal file
View file

@ -0,0 +1,6 @@
{ config, pkgs, ...}:
{
imports = [
./jupyterhub.nix
];
}