chore: remove deoxys VM server from configuration files

This commit is contained in:
uttarayan21
2025-11-12 15:20:58 +05:30
parent 1f5664502c
commit 4edb4e5535
10 changed files with 42 additions and 233 deletions

View File

@@ -28,39 +28,31 @@
user = "root";
};
};
kuro = {
hostname = "kuro";
interactiveSudo = true;
profiles.system = {
sshUser = "fs0c131y";
path = inputs.deploy-rs.lib.aarch64-darwin.activate.darwin self.darwinConfigurations.kuro;
user = "root";
};
};
shiro = {
hostname = "shiro";
interactiveSudo = true;
profiles.system = {
sshUser = "servius";
path = inputs.deploy-rs.lib.aarch64-darwin.activate.darwin self.darwinConfigurations.shiro;
user = "root";
};
};
deoxys = {
hostname = "deoxys";
profiles.system = {
sshUser = "servius";
path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.deoxys;
user = "root";
};
};
deck = {
hostname = "steamdeck";
profiles.system = {
sshUser = "deck";
path = inputs.deploy-rs.lib.x86_64-linux.activate.home-manager self.homeConfigurations.deck;
user = "deck";
};
};
# kuro = {
# hostname = "kuro";
# interactiveSudo = true;
# profiles.system = {
# sshUser = "fs0c131y";
# path = inputs.deploy-rs.lib.aarch64-darwin.activate.darwin self.darwinConfigurations.kuro;
# user = "root";
# };
# };
# shiro = {
# hostname = "shiro";
# interactiveSudo = true;
# profiles.system = {
# sshUser = "servius";
# path = inputs.deploy-rs.lib.aarch64-darwin.activate.darwin self.darwinConfigurations.shiro;
# user = "root";
# };
# };
# deck = {
# hostname = "steamdeck";
# profiles.system = {
# sshUser = "deck";
# path = inputs.deploy-rs.lib.x86_64-linux.activate.home-manager self.homeConfigurations.deck;
# user = "deck";
# };
# };
};
}