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.