removing default global kernel and moving desktop.nix to zfs unstable and linuxPackages_zen

Im testing this to allow jeeves to be stable and desktops stay on the latest kernel
This commit is contained in:
2024-11-02 15:57:09 -04:00
parent 436b9e7efd
commit 2d0c2baee4
2 changed files with 6 additions and 5 deletions

View File

@@ -2,7 +2,6 @@
inputs, inputs,
lib, lib,
outputs, outputs,
pkgs,
... ...
}: }:
{ {
@@ -20,10 +19,7 @@
./snapshot_manager.nix ./snapshot_manager.nix
]; ];
boot = { boot.tmp.useTmpfs = true;
kernelPackages = lib.mkDefault pkgs.linuxPackages_6_10;
tmp.useTmpfs = true;
};
hardware.enableRedistributableFirmware = true; hardware.enableRedistributableFirmware = true;

View File

@@ -1,4 +1,9 @@
{ lib, pkgs, ... }:
{ {
boot = {
kernelPackages = lib.mkDefault pkgs.linuxPackages_zen;
zfs.package = pkgs.zfs_unstable;
};
services = { services = {
desktopManager.plasma6.enable = true; desktopManager.plasma6.enable = true;
xserver = { xserver = {