From 2a0969b63076f2a35b2a5dd7ea32bd2039e908cb Mon Sep 17 00:00:00 2001 From: chn Date: Wed, 4 Sep 2024 08:54:59 +0800 Subject: [PATCH] devices.vps7: use xanmod-lts --- devices/vps7/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/devices/vps7/default.nix b/devices/vps7/default.nix index 4cd0fed3..4a9d6c8e 100644 --- a/devices/vps7/default.nix +++ b/devices/vps7/default.nix @@ -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 = {