mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 07:00:21 +02:00
(refactor): preparing new hosts
This commit is contained in:
parent
35684609f3
commit
f20bcf41e9
15 changed files with 177 additions and 398 deletions
33
features/server/default.nix
Normal file
33
features/server/default.nix
Normal file
|
@ -0,0 +1,33 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./containers/default.nix
|
||||
./multimedia/default.nix
|
||||
./databases/default.nix
|
||||
./services/default.nix
|
||||
./backups.nix
|
||||
./caddy.nix
|
||||
./prometheus.nix
|
||||
./samba-shares.nix
|
||||
./ssh.nix
|
||||
./tailscale.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
jellyfin
|
||||
jellyfin-web
|
||||
jellyfin-ffmpeg
|
||||
transmission
|
||||
sonarr
|
||||
radarr
|
||||
prowlarr
|
||||
readarr
|
||||
jellyseerr
|
||||
homepage-dashboard
|
||||
slskd
|
||||
bazarr
|
||||
ethtool
|
||||
networkd-dispatcher
|
||||
transcrypt
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue