wynne,layne: add deploy
This commit is contained in:
parent
fa82afb7fe
commit
253ec4db4a
1 changed files with 16 additions and 0 deletions
16
flake.nix
16
flake.nix
|
@ -225,6 +225,22 @@
|
||||||
path = deploy-rs.lib.aarch64-linux.activate.nixos self.nixosConfigurations.Rico2;
|
path = deploy-rs.lib.aarch64-linux.activate.nixos self.nixosConfigurations.Rico2;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Wynne = {
|
||||||
|
hostname = "Wynne";
|
||||||
|
sshUser = "adtya";
|
||||||
|
profiles.system = {
|
||||||
|
user = "root";
|
||||||
|
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.Wynne;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
Layne = {
|
||||||
|
hostname = "Layne";
|
||||||
|
sshUser = "adtya";
|
||||||
|
profiles.system = {
|
||||||
|
user = "root";
|
||||||
|
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.Layne;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
// flake-utils.lib.eachDefaultSystem (system:
|
// flake-utils.lib.eachDefaultSystem (system:
|
||||||
|
|
Loading…
Reference in a new issue