nixos/modules/net.nix
2025-06-08 23:41:20 +00:00

5 lines
76 B
Nix

{ config, lib, pkgs, ... }:
{
networking.networkmanager.enable = true;
}