nixcfg/nixosModules/services/default.nix

9 lines
112 B
Nix
Raw Normal View History

{
pkgs,
lib,
config,
...
}: {
2024-04-30 14:53:17 -04:00
imports = [./binaryCache ./flatpak ./ollama ./syncthing ./tailscale];
}