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
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:
parent
b4ffe56ccf
commit
ab31386bfa
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
inputs: {
|
inputs: {
|
||||||
nodes = with inputs.deploy-rs.lib.x86_64-linux; {
|
nodes = with inputs.deploy-rs.lib.x86_64-linux; {
|
||||||
sakura = {
|
sakura = {
|
||||||
hostname = "100.121.201.47";
|
hostname = "192.168.1.25";
|
||||||
profiles.system = {
|
profiles.system = {
|
||||||
user = "root";
|
user = "root";
|
||||||
path = activate.nixos inputs.self.nixosConfigurations.sakura;
|
path = activate.nixos inputs.self.nixosConfigurations.sakura;
|
||||||
|
|
Loading…
Reference in a new issue