Fix typo
This commit is contained in:
parent
efc290aec6
commit
13c4160976
1 changed files with 1 additions and 1 deletions
|
@ -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};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue