From 13c41609762a5950e329852cbe573e12362659c6 Mon Sep 17 00:00:00 2001 From: Fern Garden Date: Mon, 21 Jul 2025 19:47:57 +0800 Subject: [PATCH] Fix typo --- helpers.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers.nix b/helpers.nix index 631046e..8d5216b 100644 --- a/helpers.nix +++ b/helpers.nix @@ -100,7 +100,7 @@ with inputs.nixpkgs.lib; { profiles.system = { user = "root"; sshuser = "fern"; - path = deployPkgs.deploy-rs.lib.activate.nixos self.nixosconfigurations.${hostname}; + path = deployPkgs.deploy-rs.lib.activate.nixos self.nixosConfigurations.${hostname}; }; }; };