This commit is contained in:
Fern Garden 2025-07-17 13:39:15 +08:00
parent c2fc35e12d
commit fc643104a8

View file

@ -88,7 +88,7 @@ with inputs.nixpkgs.lib; {
profiles.system = { profiles.system = {
user = "root"; user = "root";
sshuser = "fern"; sshuser = "fern";
path = deploypkgs.deploy-rs.lib.activate.nixos self.nixosconfigurations.${hostname}; path = deployPkgs.deploy-rs.lib.activate.nixos self.nixosconfigurations.${hostname};
}; };
}; };
}; };