refactor: moved nixos modules to dendrite pattern
This commit is contained in:
parent
df8dd110ad
commit
0ea11e0236
219 changed files with 4802 additions and 4820 deletions
32
modules/nixos/programs/default.nix
Normal file
32
modules/nixos/programs/default.nix
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
{config, ...}: let
|
||||
mod = config.flake.nixosModules;
|
||||
in {
|
||||
flake.nixosModules.programs = {
|
||||
imports = [
|
||||
mod.steam
|
||||
mod.sync
|
||||
mod.tailscale
|
||||
mod.actual
|
||||
mod.bazarr
|
||||
mod.crab-hole
|
||||
mod.fail2ban
|
||||
mod.flaresolverr
|
||||
mod.forgejo
|
||||
mod.home-assistant
|
||||
mod.immich
|
||||
mod.jackett
|
||||
mod.jellyfin
|
||||
mod.lidarr
|
||||
mod.network-storage
|
||||
mod.panoramax
|
||||
mod.paperless
|
||||
mod.postgres
|
||||
mod.qbittorent
|
||||
mod.radarr
|
||||
mod.reverse-proxy
|
||||
mod.searx
|
||||
mod.sonarr
|
||||
mod.wyoming
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue