nix-config/system/services/default.nix

12 lines
143 B
Nix

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