mirror of
https://github.com/MagicBOTAlex/nixos-server.git
synced 2026-05-25 09:22:30 +02:00
kubernetes, bare metaling
This commit is contained in:
parent
1409710022
commit
1c2ce93ca1
1 changed files with 0 additions and 0 deletions
4
kubenetes/default.nix
Normal file
4
kubenetes/default.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [ ./kubelet.nix ./containerd.nix ];
|
||||
environment.systemPackages = with pkgs; [ kubernetes cri-tools ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue