nixos-config/modules/system/network/default.nix
2024-07-11 14:51:17 +09:00

5 lines
58 B
Nix

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