mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Services] Added modular service configuration + opt-in jupyterhub server
This commit is contained in:
parent
771d557a83
commit
cab07f3d14
3 changed files with 70 additions and 0 deletions
6
services/default.nix
Normal file
6
services/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ config, pkgs, ...}:
|
||||
{
|
||||
imports = [
|
||||
./jupyterhub.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue