Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

16 строки
458 B
Plaintext

{
deploy.nodes.example = {
hostname = "localhost";
profiles = {
system = {
user = "root";
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.example;
};
hello = {
user = "hello";
path = deploy-rs.lib.x86_64-linux.activate.custom self.defaultPackage.x86_64-linux "./bin/activate";
};
};
};
}