flocon/system/network/default.nix

6 lines
58 B
Nix

{ self, ... }:
{
imports = [
./tailscale.nix
];
}