This commit is contained in:
nora 2024-07-28 14:15:11 +02:00
parent 72e79f9cc3
commit 8e37024787
2 changed files with 11 additions and 2 deletions

View file

@ -0,0 +1,7 @@
{ ... }: {
# TODO: put the actual setup here.
networking.hosts = {
"10.0.0.1" = [ "vps1.local" ];
"10.0.0.3" = [ "vps3.local" ];
};
}