comment out xanmod kernel installation in server configuration
Some checks failed
Nix Format Check / check-format (push) Failing after 53s
Some checks failed
Nix Format Check / check-format (push) Failing after 53s
This commit is contained in:
parent
84019d2ba8
commit
8faab83651
@ -1,7 +1,7 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
# Install xanmod kernel
|
# Install xanmod kernel
|
||||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_xanmod_stable.zfs;
|
# boot.kernelPackages = pkgs.linuxKernel.packages.linux_xanmod_stable.zfs;
|
||||||
|
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user