From 163d844af3cba6319fdad1c655cc488c51ed4947 Mon Sep 17 00:00:00 2001 From: Yadunand Prem Date: Thu, 30 Oct 2025 14:54:23 +0800 Subject: [PATCH] Add home and update ips for k3s --- .../x86_64-linux/yadunut@nut-gc2/default.nix | 19 +++++++++++++++++++ systems/x86_64-linux/nut-gc2/default.nix | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 homes/x86_64-linux/yadunut@nut-gc2/default.nix diff --git a/homes/x86_64-linux/yadunut@nut-gc2/default.nix b/homes/x86_64-linux/yadunut@nut-gc2/default.nix new file mode 100644 index 0000000..99f9614 --- /dev/null +++ b/homes/x86_64-linux/yadunut@nut-gc2/default.nix @@ -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; +} diff --git a/systems/x86_64-linux/nut-gc2/default.nix b/systems/x86_64-linux/nut-gc2/default.nix index 2d943d2..ea84733 100644 --- a/systems/x86_64-linux/nut-gc2/default.nix +++ b/systems/x86_64-linux/nut-gc2/default.nix @@ -26,8 +26,8 @@ in role = "agent"; tokenFile = config.age.secrets.k3s.path; clusterInit = false; - serverAddr = "https://10.222.0.87:6443"; - nodeIp = "10.222.0.???"; + serverAddr = "https://10.222.0.13:6443"; + nodeIp = "10.222.0.87"; iface = "ztxh6lvd6t"; }; networking.hostName = "nut-gc2";