mirror of
https://github.com/MagicBOTAlex/nixos-server.git
synced 2026-05-25 01:12:31 +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 ];
|
|
}
|