Skip to content

Commit

Permalink
cachyos kernel on workstation
Browse files Browse the repository at this point in the history
  • Loading branch information
AtaraxiaSjel committed Nov 11, 2024
1 parent e6bd718 commit 5c09791
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions machines/AMD-Workstation/boot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ let
zfs_arc_max = toString (6 * 1024 * 1024 * 1024);
in {
boot = {
# zfs.package = pkgs.zfs_unstable;
kernelPackages = pkgs.linuxPackages_lqx;
zfs.package = pkgs.zfs_cachyos;
kernelPackages = pkgs.linuxPackages_cachyos;

initrd = {
supportedFilesystems = [ "zfs" ];
Expand Down
2 changes: 1 addition & 1 deletion machines/AMD-Workstation/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
./nginx.nix
../Home-Hypervisor/usb-hdd.nix

# inputs.chaotic.nixosModules.default
inputs.chaotic.nixosModules.default
];

startupApplications = [ "com.valvesoftware.Steam" ];
Expand Down

0 comments on commit 5c09791

Please sign in to comment.