mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
12
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
# pub-vds = import ./pub-vds.nix flakeContext;
|
# pub-vds = import ./pub-vds.nix flakeContext;
|
||||||
};
|
};
|
||||||
nodes = {
|
deploy.nodes = {
|
||||||
sapphira = {
|
sapphira = {
|
||||||
hostname = "sapphira";
|
hostname = "sapphira";
|
||||||
deploy = {
|
deploy = {
|
||||||
@@ -22,5 +22,5 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
# This is highly advised, and will prevent many possible mistakes
|
# 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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user