mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
add k3s config file
This commit is contained in:
parent
70526d0968
commit
b3a9987164
1 changed files with 6 additions and 0 deletions
6
hosts/levi/kube.nix
Normal file
6
hosts/levi/kube.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
networking.firewall.allowedTCPPorts = [ 6443 ];
|
||||||
|
environment.systemPackages = [ pkgs.kubectl ];
|
||||||
|
services.k3s.enable = true;
|
||||||
|
}
|
Loading…
Reference in a new issue