change ip of blob
This commit is contained in:
parent
e20755851c
commit
9d72e1ec8a
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@
|
||||||
# and where they get deployed to
|
# and where they get deployed to
|
||||||
deploy.nodes = mkNodes {
|
deploy.nodes = mkNodes {
|
||||||
crayon = { hostname = "squi.bid"; };
|
crayon = { hostname = "squi.bid"; };
|
||||||
blob = { hostname = "192.168.50.159"; };
|
blob = { hostname = "10.0.0.92"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
# dev shell to deploy this flake
|
# dev shell to deploy this flake
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue