nix-stuff/roles/common/services/default.nix

9 lines
81 B
Nix

{ ... }:
{
imports = [
./avahi.nix
./tailscale.nix
./syncthing.nix
];
}