feat(homelab): deploy kube node

This commit is contained in:
2025-12-25 15:18:41 -08:00
parent e1d4b3fa65
commit 2e1845909c
4 changed files with 24 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
enable = true;
efiSupport = true;
efiInstallAsRemovable = true;
device = "/dev/vda";
device = "/dev/nvme0n1";
};
networking.hostName = meta.hostname;
@@ -52,6 +52,7 @@
tree
];
hashedPassword = config.hashedPassword;
openssh.authorizedKeys.keys = config.authorized_ssh;
};
environment.systemPackages = with pkgs; [