mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Services] move services.nix into services/general.nix
This commit is contained in:
parent
364f149725
commit
649a05ef85
3 changed files with 2 additions and 5 deletions
|
|
@ -7,7 +7,7 @@
|
|||
./desktop
|
||||
./network.nix
|
||||
./packages.nix
|
||||
./services.nix
|
||||
./services
|
||||
./filesystems.nix
|
||||
./security
|
||||
./hardware
|
||||
|
|
|
|||
|
|
@ -3,5 +3,6 @@
|
|||
imports = [
|
||||
./jupyterhub.nix
|
||||
./gnupg.nix
|
||||
./general.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,10 +24,6 @@ let
|
|||
);
|
||||
in {
|
||||
|
||||
imports = [
|
||||
./services
|
||||
];
|
||||
|
||||
options.aviallon.services = {
|
||||
enable = mkOption {
|
||||
default = true;
|
||||
Loading…
Add table
Add a link
Reference in a new issue