Files
rice-flakes/modules/core/network.nix
T
2026-08-19 16:59:08 -05:00

9 lines
128 B
Nix

{ host, ... }:
{
networking.hostName = host;
networking.networkmanager.enable = true;
services.netbird.enable = true;
}