[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 ./desktop
./network.nix ./network.nix
./packages.nix ./packages.nix
./services.nix ./services
./filesystems.nix ./filesystems.nix
./security ./security
./hardware ./hardware

View file

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

View file

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