diff --git a/config-plasma.nix b/config-plasma.nix index 7651bce..25a8df4 100644 --- a/config-plasma.nix +++ b/config-plasma.nix @@ -23,6 +23,8 @@ # Name your host machine networking.hostName = "NixOS-VM"; + networking.networkmanager.enable = true; + # Set your time zone. time.timeZone = "America/Denver";