refactor: moved modules to legacy-modules
This commit is contained in:
parent
d646b954ac
commit
db7ac35613
233 changed files with 5 additions and 5 deletions
26
legacy-modules/nixos-modules/server/default.nix
Normal file
26
legacy-modules/nixos-modules/server/default.nix
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./reverseProxy
|
||||
./fail2ban
|
||||
./postgres
|
||||
./network_storage
|
||||
|
||||
./actual
|
||||
./bazarr
|
||||
./crab-hole
|
||||
./flaresolverr
|
||||
./forgejo
|
||||
./home-assistant
|
||||
./immich
|
||||
./jackett
|
||||
./jellyfin
|
||||
./lidarr
|
||||
./panoramax
|
||||
./paperless
|
||||
./qbittorent
|
||||
./radarr
|
||||
./searx
|
||||
./sonarr
|
||||
./wyoming.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue