зеркало из
				https://github.com/iharh/notes.git
				synced 2025-11-04 07:36:08 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			16 строки
		
	
	
		
			458 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			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";
 | 
						|
            };
 | 
						|
        };
 | 
						|
    };
 | 
						|
}
 |