nix-da/options/services/default.nix
2024-10-08 18:14:23 +02:00

7 lines
70 B
Nix

{
imports = [
./nysh.nix
./tailscale.nix
./rsync
];
}