nix-config/system/services/default.nix

13 lines
162 B
Nix

{
imports = [
./calibre.nix
./endlessh.nix
./fwupd.nix
./jellyfin.nix
./plex.nix
./printing.nix
./ssh.nix
./sunshine.nix
];
}