diff --git a/nixos-configurations/laptop/default.nix b/nixos-configurations/laptop/default.nix index b9de5c8..2289759 100644 --- a/nixos-configurations/laptop/default.nix +++ b/nixos-configurations/laptop/default.nix @@ -7,7 +7,10 @@ ../shared.nix ]; - networking.hostName = "laptop"; + networking = { + hostName = "laptop"; + networkmanager.enable = true; + }; services.xserver.libinput.enable = true; }