mirror of
https://github.com/MagicBOTAlex/nixos-server.git
synced 2026-06-20 19:52:30 +02:00
4 lines
135 B
Nix
4 lines
135 B
Nix
{ pkgs, ... }: {
|
|
imports = [ ./kubelet.nix ./containerd.nix ];
|
|
environment.systemPackages = with pkgs; [ kubernetes cri-tools ];
|
|
}
|