Enable networkmanager in edi

This commit is contained in:
Lillian Violet 2025-02-03 03:06:11 +01:00
parent 0c71fb914d
commit f366d2e0e3

View file

@ -30,7 +30,10 @@
ip = "3";
};
networking.hostName = "EDI";
networking = {
hostName = "EDI";
networkmanager.enable = true;
}
boot = {
# Lanzaboote currently replaces the systemd-boot module.