For testing kubernetes-related things

This commit is contained in:
Benson Chu 2024-10-06 08:10:28 -05:00
parent 7ac525b9b8
commit c012b3b8cb

View file

@ -153,6 +153,10 @@
boot.supportedFilesystems = [ "nfs" ];
services.rpcbind.enable = true;
networking.hosts = {
"10.254.0.1" = ["test.pestctrl.io"];
};
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave