From 84ad676d17dffc0afe255da8ec36782c40fafe27 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Mon, 21 Oct 2024 12:20:22 -0400 Subject: [PATCH] moved bob off of zen kernel --- systems/bob/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/systems/bob/default.nix b/systems/bob/default.nix index 8c483f0..77e5e55 100644 --- a/systems/bob/default.nix +++ b/systems/bob/default.nix @@ -1,7 +1,3 @@ -{ - pkgs, - ... -}: { imports = [ ../../users/richie @@ -17,7 +13,6 @@ ./nvidia.nix ./syncthing.nix ]; - boot.kernelPackages = pkgs.linuxPackages_zen; networking = { hostName = "bob";