[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

@ -7,7 +7,7 @@
./desktop
./network.nix
./packages.nix
./services.nix
./services
./filesystems.nix
./security
./hardware

View file

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

View file

@ -24,10 +24,6 @@ let
);
in {
imports = [
./services
];
options.aviallon.services = {
enable = mkOption {
default = true;