nix-config/system/services/default.nix

13 lines
162 B
Nix
Raw Normal View History

2025-07-05 00:02:39 +02:00
{
imports = [
2025-08-04 23:39:06 +02:00
./calibre.nix
2025-07-05 00:02:39 +02:00
./endlessh.nix
./fwupd.nix
2025-08-04 23:39:06 +02:00
./jellyfin.nix
./plex.nix
2025-07-05 00:02:39 +02:00
./printing.nix
./ssh.nix
./sunshine.nix
];
}