boilerplate

This commit is contained in:
Miranda Marquez 2024-03-26 19:51:35 -08:00
parent 1c4df6655d
commit 01ff8e4676

View File

@ -1,8 +1,9 @@
{ config, lib, pkgs, ... }:
{
# Enable networking
networking.networkmanager.enable = true;
networking.wireless.iwd = {
enable = true;
settings.General.EnableNetworkConfiguration = true;
};
}