refactor(treewide): format with alejandra
This commit is contained in:
		
							parent
							
								
									7fefb94400
								
							
						
					
					
						commit
						61cef505da
					
				
					 216 changed files with 5995 additions and 3969 deletions
				
			
		|  | @ -1,50 +1,54 @@ | |||
| { lib, pkgs, ... }: | ||||
| 
 | ||||
| { | ||||
| 	imports = [ | ||||
| 		./hardware-configuration.nix | ||||
| 		./modules | ||||
| 	]; | ||||
|   lib, | ||||
|   pkgs, | ||||
|   ... | ||||
| }: { | ||||
|   imports = [ | ||||
|     ./hardware-configuration.nix | ||||
|     ./modules | ||||
|   ]; | ||||
| 
 | ||||
| 	ooknet.host = { | ||||
| 		name = "ooksmedia"; | ||||
| 		type = "desktop"; | ||||
| 		role = "workstation"; | ||||
| 		profiles = [ "media-server" "console-tools" ]; | ||||
| 		admin = { | ||||
| 			name = "ooks"; | ||||
| 			shell = "fish"; | ||||
| 			homeManager = true; | ||||
| 		}; | ||||
| 		networking = { | ||||
| 			tailscale = { | ||||
| 				enable = true; | ||||
| 				server = true; | ||||
| 				autoconnect = true; | ||||
| 			}; | ||||
| 		}; | ||||
| 		hardware = { | ||||
| 			cpu.type = "intel"; | ||||
| 			cpu.amd.pstate.enable = true; | ||||
| 			gpu.type = "nvidia"; | ||||
| 			features = [ | ||||
| 				"audio" | ||||
| 				"video" | ||||
| 				"ssd" | ||||
| 			]; | ||||
| 		  monitors = [{ | ||||
| 		    name = "HDMI-A-1"; | ||||
| 		    width = 1920; | ||||
| 		    height = 1080; | ||||
| 		    refreshRate = 60; | ||||
| 		    workspace = "1"; | ||||
| 		    primary = true; | ||||
| 		  }]; | ||||
| 		}; | ||||
| 	}; | ||||
|   ooknet.host = { | ||||
|     name = "ooksmedia"; | ||||
|     type = "desktop"; | ||||
|     role = "workstation"; | ||||
|     profiles = ["media-server" "console-tools"]; | ||||
|     admin = { | ||||
|       name = "ooks"; | ||||
|       shell = "fish"; | ||||
|       homeManager = true; | ||||
|     }; | ||||
|     networking = { | ||||
|       tailscale = { | ||||
|         enable = true; | ||||
|         server = true; | ||||
|         autoconnect = true; | ||||
|       }; | ||||
|     }; | ||||
|     hardware = { | ||||
|       cpu.type = "intel"; | ||||
|       cpu.amd.pstate.enable = true; | ||||
|       gpu.type = "nvidia"; | ||||
|       features = [ | ||||
|         "audio" | ||||
|         "video" | ||||
|         "ssd" | ||||
|       ]; | ||||
|       monitors = [ | ||||
|         { | ||||
|           name = "HDMI-A-1"; | ||||
|           width = 1920; | ||||
|           height = 1080; | ||||
|           refreshRate = 60; | ||||
|           workspace = "1"; | ||||
|           primary = true; | ||||
|         } | ||||
|       ]; | ||||
|     }; | ||||
|   }; | ||||
|   boot = { | ||||
| 	  kernelPackages = pkgs.linuxPackages_xanmod_latest; | ||||
| 	}; | ||||
|     kernelPackages = pkgs.linuxPackages_xanmod_latest; | ||||
|   }; | ||||
| 
 | ||||
|   system.stateVersion = lib.mkDefault "23.11"; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue