mirror of
https://github.com/MagicBOTAlex/nixos-server.git
synced 2026-05-06 10:02:30 +02:00
4 lines
107 B
Nix
4 lines
107 B
Nix
{ pkgs, ... }: {
|
|
imports = [ ./kublet.nix ];
|
|
environment.systemPackages = with pkgs; [ kubernetes ];
|
|
}
|