mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +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
|
./desktop
|
||||||
./network.nix
|
./network.nix
|
||||||
./packages.nix
|
./packages.nix
|
||||||
./services.nix
|
./services
|
||||||
./filesystems.nix
|
./filesystems.nix
|
||||||
./security
|
./security
|
||||||
./hardware
|
./hardware
|
||||||
|
|
|
||||||
|
|
@ -3,5 +3,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
./jupyterhub.nix
|
./jupyterhub.nix
|
||||||
./gnupg.nix
|
./gnupg.nix
|
||||||
|
./general.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -24,10 +24,6 @@ let
|
||||||
);
|
);
|
||||||
in {
|
in {
|
||||||
|
|
||||||
imports = [
|
|
||||||
./services
|
|
||||||
];
|
|
||||||
|
|
||||||
options.aviallon.services = {
|
options.aviallon.services = {
|
||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
default = true;
|
default = true;
|
||||||
Loading…
Add table
Add a link
Reference in a new issue