feat: Added deploy-rs items
This commit is contained in:
40
flake.nix
40
flake.nix
@@ -118,15 +118,6 @@
|
|||||||
isServer = true;
|
isServer = true;
|
||||||
live = true;
|
live = true;
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "phoenix";
|
|
||||||
system = "x86_64-linux";
|
|
||||||
user = "fs0c131y";
|
|
||||||
isNix = true;
|
|
||||||
hasGui = false;
|
|
||||||
isServer = true;
|
|
||||||
live = true;
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
name = "ryu";
|
name = "ryu";
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
@@ -224,18 +215,27 @@
|
|||||||
|
|
||||||
packages = inputs.neovim.packages;
|
packages = inputs.neovim.packages;
|
||||||
deploy = {
|
deploy = {
|
||||||
nodes.mirai = {
|
nodes = {
|
||||||
hostname = "ryu";
|
ryu = {
|
||||||
profiles.system = {
|
hostname = "ryu";
|
||||||
user = "servius";
|
profiles.system = {
|
||||||
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.mirai;
|
user = "servius";
|
||||||
|
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.ryu;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
mirai = {
|
||||||
nodes.mbpro = {
|
hostname = "mirai";
|
||||||
hostname = "Uttarayans-MacBook-Pro.local";
|
profiles.system = {
|
||||||
profiles.system = {
|
user = "fs0c131y";
|
||||||
user = "root";
|
path = deploy-rs.lib.x86_64-linux.activate.home-manager self.homeConfigurations.mirai;
|
||||||
path = deploy-rs.lib.aarch64-darwin.activate.darwin self.darwinConfigurations.Uttarayans-MacBook-Pro;
|
};
|
||||||
|
};
|
||||||
|
mbpro = {
|
||||||
|
hostname = "Uttarayans-MacBook-Pro.local";
|
||||||
|
profiles.system = {
|
||||||
|
user = "root";
|
||||||
|
path = deploy-rs.lib.aarch64-darwin.activate.darwin self.darwinConfigurations.Uttarayans-MacBook-Pro;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user