Skip to content

Commit f6e9c1e

Browse files
committed
hcloud: k3s-core - add tailscale and kubectl pkgs
1 parent ac627d6 commit f6e9c1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

profiles/hcloud-k3s-core.nix

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
}: {
1010
environment.systemPackages = [
1111
pkgs.k3s
12+
pkgs.kubectl
13+
pkgs.tailscale
1214
];
1315

1416
services.cloud-init.enable = true;

0 commit comments

Comments
 (0)