devices.vps7: use xanmod-lts

This commit is contained in:
陈浩南 2024-09-04 08:54:59 +08:00
parent 58daeb41dc
commit 2a0969b630

View File

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