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