flocon/system/network/default.nix

7 lines
108 B
Nix

{ self, ... }:
{
imports = [
self.inputs.nix-topology.nixosModules.default
./tailscale.nix
];
}