From 31ac9ee496ed84cefb5b63b448d4194a892dd5be Mon Sep 17 00:00:00 2001 From: chn Date: Wed, 7 Aug 2024 19:15:51 +0800 Subject: [PATCH] devices.vps7: switch to xanmod --- devices/vps7/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/devices/vps7/default.nix b/devices/vps7/default.nix index 625acc51..c8d85768 100644 --- a/devices/vps7/default.nix +++ b/devices/vps7/default.nix @@ -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 = {