feat: remove x86_64-darwin, add new nixos host on macbook pro m2

This commit is contained in:
Ryan Yin
2025-07-12 16:51:48 +08:00
parent 77a792710a
commit db82d2d8c5
38 changed files with 308 additions and 387 deletions

View File

@@ -5,7 +5,6 @@
username = myvars.username;
hosts = [
"ai-hyprland"
"shoukei-hyprland"
"ruby"
"k3s-prod-1-master-1"
];

View File

@@ -6,7 +6,6 @@
username = myvars.username;
hosts = [
"ai-hyprland"
"shoukei-hyprland"
"ruby"
"k3s-prod-1-master-1"
];

View File

@@ -4,7 +4,6 @@
}: let
specialExpected = {
"ai-hyprland" = "ai";
"shoukei-hyprland" = "shoukei";
};
specialHostNames = builtins.attrNames specialExpected;