add kubernetes node

This commit is contained in:
Vivian 2022-12-28 21:09:20 +01:00
parent 8549fe2789
commit 3b73b5c12c
6 changed files with 29 additions and 81 deletions

View file

@ -13,7 +13,7 @@
# this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "22.11"; # Did you read the comment?
system.stateVersion = "23.05"; # Did you read the comment?
# Additional packages
environment.systemPackages = with pkgs; [ ];