dotfiles/modules/base/networking.nix

5 lines
92 B
Nix

{...}: {
flake.modules.nixos.base = {
networking.networkmanager.enable = true;
};
}