nix-config/system/network/default.nix

7 lines
64 B
Nix
Raw Normal View History

2025-07-05 00:02:39 +02:00
{
imports = [
./networking.nix
2025-09-01 14:53:46 +02:00
./tailscale.nix
2025-07-05 00:02:39 +02:00
];
}