feat: Added deploy-rs items

This commit is contained in:
uttarayan21
2024-10-01 14:50:04 +05:30
parent 439dce6255
commit 39e40b1a4f

View File

@@ -118,15 +118,6 @@
isServer = true;
live = true;
}
{
name = "phoenix";
system = "x86_64-linux";
user = "fs0c131y";
isNix = true;
hasGui = false;
isServer = true;
live = true;
}
{
name = "ryu";
system = "x86_64-linux";
@@ -224,14 +215,22 @@
packages = inputs.neovim.packages;
deploy = {
nodes.mirai = {
nodes = {
ryu = {
hostname = "ryu";
profiles.system = {
user = "servius";
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.mirai;
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.ryu;
};
};
nodes.mbpro = {
mirai = {
hostname = "mirai";
profiles.system = {
user = "fs0c131y";
path = deploy-rs.lib.x86_64-linux.activate.home-manager self.homeConfigurations.mirai;
};
};
mbpro = {
hostname = "Uttarayans-MacBook-Pro.local";
profiles.system = {
user = "root";
@@ -239,6 +238,7 @@
};
};
};
};
checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib;
devshells.default = {