fix(darwin): uncomment user and host configurations
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-12-05 15:31:41 +05:30
parent ec543d6c5d
commit 7dcb0df9b8
2 changed files with 21 additions and 21 deletions

View File

@@ -37,24 +37,24 @@
user = "root";
};
};
# kuro = {
# hostname = "kuro";
# interactiveSudo = true;
# profiles.system = {
# sshUser = "fs0c131y";
# path = deploy-rs.lib.aarch64-darwin.activate.darwin self.darwinConfigurations.kuro;
# user = "root";
# };
# };
# shiro = {
# hostname = "shiro";
# interactiveSudo = true;
# profiles.system = {
# sshUser = "servius";
# path = deploy-rs.lib.aarch64-darwin.activate.darwin self.darwinConfigurations.shiro;
# user = "root";
# };
# };
kuro = {
hostname = "kuro";
interactiveSudo = true;
profiles.system = {
sshUser = "fs0c131y";
path = deploy-rs.lib.aarch64-darwin.activate.darwin self.darwinConfigurations.kuro;
user = "root";
};
};
shiro = {
hostname = "shiro";
interactiveSudo = true;
profiles.system = {
sshUser = "servius";
path = deploy-rs.lib.aarch64-darwin.activate.darwin self.darwinConfigurations.shiro;
user = "root";
};
};
# deck = {
# hostname = "steamdeck";
# profiles.system = {