From 18ad0620802f1ca7668c9b71c15a6ff88d1e01ce Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Sun, 1 Oct 2023 23:03:46 +0200 Subject: [PATCH] Remove broadcom --- nixos-configurations/laptop/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos-configurations/laptop/default.nix b/nixos-configurations/laptop/default.nix index b6faf6d..4d0a85b 100644 --- a/nixos-configurations/laptop/default.nix +++ b/nixos-configurations/laptop/default.nix @@ -10,8 +10,6 @@ networking.hostName = "laptop"; - boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ]; - services.postgresql = { enable = true; package = pkgs.postgresql_15;