From 4047ccf9b6ae1cbaf859068817439ea5a4cfc8c1 Mon Sep 17 00:00:00 2001 From: oqyude Date: Wed, 29 Oct 2025 12:20:56 +0300 Subject: [PATCH] 123 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2c02ff1..ce019aa 100755 --- a/flake.nix +++ b/flake.nix @@ -117,7 +117,7 @@ }; profiles.system = { # user = "root"; - path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.sapphira; + path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos inputs.self.nixosConfigurations.sapphira; }; }; };