For testing kubernetes-related things
This commit is contained in:
parent
7ac525b9b8
commit
c012b3b8cb
1 changed files with 4 additions and 0 deletions
|
|
@ -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. It‘s perfectly fine and recommended to leave
|
||||
|
|
|
|||
Loading…
Reference in a new issue