flake/modules/nixos/core/network.nix
2024-06-06 20:16:24 +00:00

3 lines
67 B
Nix

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