Add home and update ips for k3s

This commit is contained in:
2025-10-30 14:54:23 +08:00
parent e5f15e8999
commit 163d844af3
2 changed files with 21 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
{
lib,
pkgs,
config,
...
}:
{
zsh.enable = true;
neovim.enable = true;
home.packages = with pkgs; [
rsync
zellij
];
home.stateVersion = "25.11";
programs.home-manager.enable = true;
}

View File

@@ -26,8 +26,8 @@ in
role = "agent"; role = "agent";
tokenFile = config.age.secrets.k3s.path; tokenFile = config.age.secrets.k3s.path;
clusterInit = false; clusterInit = false;
serverAddr = "https://10.222.0.87:6443"; serverAddr = "https://10.222.0.13:6443";
nodeIp = "10.222.0.???"; nodeIp = "10.222.0.87";
iface = "ztxh6lvd6t"; iface = "ztxh6lvd6t";
}; };
networking.hostName = "nut-gc2"; networking.hostName = "nut-gc2";