This commit is contained in:
Fern Garden 2025-07-21 19:47:57 +08:00
parent efc290aec6
commit 13c4160976

View file

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