This commit is contained in:
2025-10-29 12:49:35 +03:00
parent 5c2240046b
commit 4bea875604
+1 -1
View File
@@ -111,11 +111,11 @@
{ {
deploy = { deploy = {
sshUser = "oqyude"; sshUser = "oqyude";
user = "root";
nodes = { nodes = {
sapphira = { sapphira = {
hostname = "sapphira"; hostname = "sapphira";
profiles.system = { profiles.system = {
user = "root";
path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos inputs.self.nixosConfigurations.sapphira; path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos inputs.self.nixosConfigurations.sapphira;
}; };
}; };