diff --git a/configurations/default.nix b/configurations/default.nix index b1afda6..445e2d5 100644 --- a/configurations/default.nix +++ b/configurations/default.nix @@ -9,7 +9,7 @@ # pub-vds = import ./pub-vds.nix flakeContext; }; - nodes = { + deploy.nodes = { sapphira = { hostname = "sapphira"; deploy = { @@ -22,5 +22,5 @@ }; }; # This is highly advised, and will prevent many possible mistakes - checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks inputs.self.deploy) inputs.deploy-rs.lib; + checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib; }