move soryu to soryu-old
This commit is contained in:
		
							parent
							
								
									8525ee16e8
								
							
						
					
					
						commit
						18ad8f5a83
					
				
							
								
								
									
										13
									
								
								flake.nix
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								flake.nix
									
									
									
									
									
								
							@ -98,15 +98,24 @@
 | 
				
			|||||||
        ];
 | 
					        ];
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      soryu = nixpkgs.lib.nixosSystem {
 | 
					      soryu-old = nixpkgs.lib.nixosSystem {
 | 
				
			||||||
        system = "x86_64-linux";
 | 
					        system = "x86_64-linux";
 | 
				
			||||||
        specialArgs = {
 | 
					        specialArgs = {
 | 
				
			||||||
          inherit inputs;
 | 
					          inherit inputs;
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
        modules = [
 | 
					        modules = [
 | 
				
			||||||
          ./hosts/soryu/configuration.nix
 | 
					          ./hosts/asuka/soryu-old/configuration.nix
 | 
				
			||||||
        ];
 | 
					        ];
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
 | 
					      # langley = nixpkgs.lib.nixosSystem {
 | 
				
			||||||
 | 
					      #   system = "x86_64-linux";
 | 
				
			||||||
 | 
					      #   specialArgs = {
 | 
				
			||||||
 | 
					      #     inherit inputs;
 | 
				
			||||||
 | 
					      #   };
 | 
				
			||||||
 | 
					      #   modules = [
 | 
				
			||||||
 | 
					      #     ./hosts/asuka/langley/configuration.nix
 | 
				
			||||||
 | 
					      #   ];
 | 
				
			||||||
 | 
					      # };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      ikari = nixpkgs.lib.nixosSystem {
 | 
					      ikari = nixpkgs.lib.nixosSystem {
 | 
				
			||||||
        system = "x86_64-linux";
 | 
					        system = "x86_64-linux";
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user