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}; }; }; };