nixos/copilot/modules/common/networking.nix
2026-02-10 13:41:47 +01:00

3 lines
56 B
Nix

{ ... }: {
networking.networkmanager.enable = true;
}