mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	radxa/rock-pi-e: init
This commit is contained in:
		
				
					committed by
					
						
						mergify[bot]
					
				
			
			
				
	
			
			
			
						parent
						
							76a98e3958
						
					
				
				
					commit
					9430c63e02
				
			@@ -57,6 +57,14 @@ Below is an annoated flake example to create the initial boot image.
 | 
			
		||||
        system = "aarch64-linux";
 | 
			
		||||
        modules = [
 | 
			
		||||
          nixos-hardware.nixosModules.rock-4c-plus  # Update the system according to your device.
 | 
			
		||||
 | 
			
		||||
          # Or, if the default platform firmware is not available in the NixOS version you are using:
 | 
			
		||||
          # (import nixos-hardware.nixosModules.rock-pi-e {
 | 
			
		||||
          #   lib = nixpkgs-unfree.lib;
 | 
			
		||||
          #   config = nixpkgs-unfree.config;
 | 
			
		||||
          #   pkgs = nixpkgs-unfree.legacyPackages.aarch64-linux;
 | 
			
		||||
          # })
 | 
			
		||||
 | 
			
		||||
          disko.nixosModules.disko                  # disko usage is optional in the running system, but we need it to generate the initial boot image.
 | 
			
		||||
          "${nixos-hardware}/radxa/disko.nix"       # Common Radxa Disko profile. It is system-agnostic.
 | 
			
		||||
          {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user