Add Roeland to k3s cluster

This commit is contained in:
Pim Kunis 2025-07-05 17:47:30 +02:00
parent db923b3594
commit 8ca63e3d70
3 changed files with 87 additions and 72 deletions

View file

@ -7,11 +7,13 @@
facter.reportPath = ./facter.json;
system.stateVersion = "25.05";
users.users.root.openssh.authorizedKeys.keys = config.pim.ssh.keys.pim ++ config.pim.ssh.keys.niels;
pim.k3s.serverAddr = "https://atlas.dmz:6443";
pim.hasK8sStorageSetup = lib.mkForce false;
deployment = {
targetHost = "192.168.10.40";
targetHost = "roeland";
targetUser = "root";
tags = ["server"];
tags = ["server" "kubernetes"];
};
disko.devices = {