From 363ec2bb96796ea50c9ead84a39a3dd2eaee02c1 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Sun, 30 Jun 2024 14:47:05 +0200 Subject: [PATCH] Added NetworkManager to terra --- machines/terra/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/terra/configuration.nix b/machines/terra/configuration.nix index 47078bc..9b24eaa 100644 --- a/machines/terra/configuration.nix +++ b/machines/terra/configuration.nix @@ -49,6 +49,8 @@ services.xserver.displayManager.defaultSession = "plasma"; boot.loader.systemd-boot.enable = true; + networking.networkmanager.enable = true; + virtualisation.docker.enable = true; hardware.pulseaudio.enable = true;