Update documentation
This commit is contained in:
		
							parent
							
								
									31a67135ea
								
							
						
					
					
						commit
						3c02616bd4
					
				
					 2 changed files with 13 additions and 3 deletions
				
			
		|  | @ -1,3 +1,13 @@ | |||
| # nixos | ||||
| 
 | ||||
| Nix Flake for my Linux machines running NixOS. | ||||
| 
 | ||||
| The directory structure can be interpreted as follows: | ||||
| 
 | ||||
| - [`flake.nix`](./flake.nix): Main entrypoint for the configuration | ||||
| - [hosts/*hostname*](./hosts): Host-specific configuration by setting options | ||||
| - [modules](./modules): Declarations of options | ||||
| - [modules/users/*username*](./modules/users): Since users are dependent on a host machine to exist, they are defined as a module as well | ||||
| - [overlays](./overlays): Attribute overrides of Nix Packages | ||||
| - [secrets](./secrets): Encrypted files that hold secrets, for example SSH private keys | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										6
									
								
								nixos/flake.lock
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										6
									
								
								nixos/flake.lock
									
										
									
										generated
									
									
									
								
							|  | @ -93,11 +93,11 @@ | |||
|     }, | ||||
|     "nixpkgs-unstable": { | ||||
|       "locked": { | ||||
|         "lastModified": 1697059129, | ||||
|         "narHash": "sha256-9NJcFF9CEYPvHJ5ckE8kvINvI84SZZ87PvqMbH6pro0=", | ||||
|         "lastModified": 1697456312, | ||||
|         "narHash": "sha256-roiSnrqb5r+ehnKCauPLugoU8S36KgmWraHgRqVYndo=", | ||||
|         "owner": "NixOS", | ||||
|         "repo": "nixpkgs", | ||||
|         "rev": "5e4c2ada4fcd54b99d56d7bd62f384511a7e2593", | ||||
|         "rev": "ca012a02bf8327be9e488546faecae5e05d7d749", | ||||
|         "type": "github" | ||||
|       }, | ||||
|       "original": { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue