Merge branch 'main' of github.com:ooks-io/nix

remote micro-pc
This commit is contained in:
ooks-io 2024-02-19 22:03:21 +13:00
commit e985ff9850
2 changed files with 10 additions and 1 deletions

View file

@ -18,6 +18,6 @@
# useDHCP = true;
};
boot = {
kernelPackages = pkgs.linuxKernel.packages.linux_zen;
kernelPackages = pkgs.linuxPackages_xanmod_latest;
};
}