mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-20 09:09:04 +05:30
feat(core): add cachyos kernel and configure hosts
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
flake.modules.nixos.alpha = {
|
||||
pkgs,
|
||||
lib,
|
||||
modulesPath,
|
||||
system,
|
||||
@@ -9,6 +10,7 @@
|
||||
(modulesPath + "/profiles/qemu-guest.nix")
|
||||
];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_zen;
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
nixpkgs.hostPlatform = lib.mkDefault system;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user