feat: Added deoxys device

This commit is contained in:
uttarayan21
2024-12-03 10:05:28 +05:30
parent db07155120
commit f0ba701474
3 changed files with 145 additions and 9 deletions

View File

@@ -130,21 +130,15 @@
tertiary = "DP-1";
};
}
{
name = "genzai";
system = "x86_64-linux";
user = "fs0c131y";
hasGui = false; # Don't wan't to run GUI apps on a headless server
}
{
name = "Uttarayans-MacBook-Pro";
system = "aarch64-darwin";
user = "fs0c131y";
}
{
name = "Serviuss-iMac-Pro";
system = "x86_64-darwin";
user = "servius";
name = "deoxys";
system = "x86_64-linux";
user = "fs0c131y";
hasGui = false; # It's a vm so no GUI apps are used
}
{
@@ -241,6 +235,14 @@
path = inputs.deploy-rs.lib.aarch64-darwin.activate.darwin self.darwinConfigurations.Uttarayans-MacBook-Pro;
};
};
deoxys = {
hostname = "deoxys";
profiles.system = {
sshUser = "servius";
path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.deoxys;
user = "root";
};
};
};
};