modules: move 'services' into subfolder
This commit is contained in:
parent
274b909971
commit
9b568beb9a
27 changed files with 1 additions and 2 deletions
30
modules/services/default.nix
Normal file
30
modules/services/default.nix
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./adblock.nix
|
||||
./backup.nix
|
||||
./blog.nix
|
||||
./calibre-web.nix
|
||||
./drone.nix
|
||||
./flood.nix
|
||||
./gitea.nix
|
||||
./indexers.nix
|
||||
./jellyfin.nix
|
||||
./lohr.nix
|
||||
./matrix.nix
|
||||
./miniflux.nix
|
||||
./nextcloud.nix
|
||||
./nginx.nix
|
||||
./pirate.nix
|
||||
./podgrab.nix
|
||||
./postgresql-backup.nix
|
||||
./quassel.nix
|
||||
./rss-bridge.nix
|
||||
./sabnzbd.nix
|
||||
./ssh-server.nix
|
||||
./tlp.nix
|
||||
./transmission.nix
|
||||
./wireguard.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue