machines-config/nixosModules/services/default.nix

8 lines
58 B
Nix
Raw Normal View History

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