From 43ff67addb4f3b365ac0eb0001d91f6c0b7c30c6 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Sun, 8 May 2022 15:53:24 +0000 Subject: [PATCH] Update config-plasma.nix --- config-plasma.nix | 2 ++ 1 file changed, 2 insertions(+) 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";