From 75958e5a31f03dee0f1353dad93527d6d3d8e167 Mon Sep 17 00:00:00 2001 From: Lillian Violet Date: Mon, 3 Feb 2025 02:08:31 +0000 Subject: [PATCH] Set networknanager to on on 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..ed48b27 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.