deploy: switch sakura to lan
Some checks failed
deploy systems / deploy (push) Failing after 9m29s
fmt check / check (push) Successful in 41s
flake check / check (push) Has been cancelled

This commit is contained in:
notohh 2023-10-21 01:56:03 -04:00
parent b4ffe56ccf
commit ab31386bfa
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -1,7 +1,7 @@
inputs: {
nodes = with inputs.deploy-rs.lib.x86_64-linux; {
sakura = {
hostname = "100.121.201.47";
hostname = "192.168.1.25";
profiles.system = {
user = "root";
path = activate.nixos inputs.self.nixosConfigurations.sakura;