devices.vps7: use default kernel

This commit is contained in:
2024-06-14 22:46:54 +08:00
parent 670126ba0c
commit db1e825cd6

View File

@@ -30,7 +30,6 @@ inputs:
nix.substituters = [ "https://cache.nixos.org/" "https://nix-store.chn.moe" ];
initrd.sshd.enable = true;
networking = { hostname = "vps7"; networkd = {}; };
kernel.variant = "cachyos-server";
};
services =
{