sync after 'update

This commit is contained in:
BOTAlex 2026-05-03 13:30:56 +02:00
parent c6f54cc96a
commit fc6edfa41b
8 changed files with 54 additions and 60 deletions

View file

@ -0,0 +1,4 @@
{ pkgs, ... }: {
imports = [ ./kublet.nix ];
environment.systemPackages = with pkgs; [ kubernetes ];
}