devices.vps6: use default kernel

This commit is contained in:
陈浩南 2024-06-14 22:37:57 +08:00
parent 92ddf86df1
commit 670126ba0c

View File

@ -30,7 +30,7 @@ inputs:
nix.substituters = [ "https://cache.nixos.org/" "https://nix-store.chn.moe" ];
initrd.sshd.enable = true;
networking = { hostname = "vps6"; networkd = {}; };
kernel.variant = "cachyos-server";
# do not use cachyos kernel, beesd + cachyos kernel + heavy io = system freeze, not sure why
};
services =
{