From f366d2e0e37465448e1bae5f125da6c7eaab0ce8 Mon Sep 17 00:00:00 2001 From: Lillian Violet Date: Mon, 3 Feb 2025 03:06:11 +0100 Subject: [PATCH] Enable networkmanager in edi --- nixos/hosts/EDI/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/hosts/EDI/configuration.nix b/nixos/hosts/EDI/configuration.nix index 18fa6ab..7a9308e 100644 --- a/nixos/hosts/EDI/configuration.nix +++ b/nixos/hosts/EDI/configuration.nix @@ -30,7 +30,10 @@ ip = "3"; }; - networking.hostName = "EDI"; + networking = { + hostName = "EDI"; + networkmanager.enable = true; + } boot = { # Lanzaboote currently replaces the systemd-boot module.