10 lines
90 B
Nix
10 lines
90 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./ssh
|
|
./tailscale
|
|
./hydra
|
|
./k3s
|
|
./nfs
|
|
];
|
|
}
|