machines-config/nixosModules/services/default.nix
Jakub Kropáček 8000e2d632 hydra?
fixed hydra

added a firewall rule to allow tcp
2024-12-22 22:55:42 +01:00

8 lines
70 B
Nix

{ ... }:
{
imports = [
./ssh
./tailscale
./hydra
];
}