From 407a9036ffe6a6513c0c49203880b948ff9d17ff Mon Sep 17 00:00:00 2001 From: oqyude Date: Sat, 1 Nov 2025 19:34:57 +0300 Subject: [PATCH] 123 --- deploy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.nix b/deploy.nix index 4f7d268..bc02ec1 100644 --- a/deploy.nix +++ b/deploy.nix @@ -12,7 +12,7 @@ in "${server}" = { hostname = "${server}"; profiles.system = { - 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.${server}; }; }; "${vds}" = {