nixos-config/modules/base/network/default.nix
Charlotte Van Petegem 591c61c978
Revert "Setup headscale"
This reverts commit b89e990706.
2022-11-18 19:02:05 +01:00

8 lines
64 B
Nix

{ ... }:
{
imports = [
./ovh.nix
./mobile.nix
];
}