machines-config/nixosModules/services/default.nix

9 lines
70 B
Nix
Raw Normal View History

2024-12-19 00:02:50 +01:00
{ ... }:
{
imports = [
./ssh
./tailscale
./hydra
2024-12-19 00:02:50 +01:00
];
}