deploy: update sakura hostname
This commit is contained in:
parent
9c9a8d3e50
commit
7eb0167cf9
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ inputs: {
|
||||||
magicRollback = false;
|
magicRollback = false;
|
||||||
};
|
};
|
||||||
sakura = {
|
sakura = {
|
||||||
hostname = "192.168.1.25";
|
hostname = "sakura";
|
||||||
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