[Services] move services.nix into services/general.nix

This commit is contained in:
Antoine Viallon 2023-12-26 17:54:55 +01:00
parent 364f149725
commit 649a05ef85
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
3 changed files with 2 additions and 5 deletions

View file

@ -3,5 +3,6 @@
imports = [
./jupyterhub.nix
./gnupg.nix
./general.nix
];
}