deploy: update sakura hostname
This commit is contained in:
parent
9c9a8d3e50
commit
7eb0167cf9
1 changed files with 2 additions and 2 deletions
|
@ -21,11 +21,11 @@ inputs: {
|
|||
magicRollback = false;
|
||||
};
|
||||
sakura = {
|
||||
hostname = "192.168.1.25";
|
||||
hostname = "sakura";
|
||||
profiles.system = {
|
||||
user = "root";
|
||||
path = activate.nixos inputs.self.nixosConfigurations.sakura;
|
||||
};
|
||||
};
|
||||
sshUser = "notoh";
|
||||
sshOpts = ["-t"];
|
||||
magicRollback = false;
|
||||
|
|
Loading…
Reference in a new issue