Fix consistency.
This commit is contained in:
		
							parent
							
								
									b273f13da0
								
							
						
					
					
						commit
						eafab46d2d
					
				| 
						 | 
					@ -2,15 +2,15 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Management
 | 
					## Management
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Using the `copy-nixos-config` script, all the configurations are stored in `$BAUKE_DIR/nix/` and copied to `/etc/nixos` for each respective [system](#systems).
 | 
					Using the `copy-nixos-config` script, all the configurations are stored in `$BAUKE_DIR/nix/<system>` and copied to `/etc/nixos` for each respective [system](#systems).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Get a diff between the current files in `/etc/nixos` and `$BAUKE_DIR/nix/<system>`.
 | 
					* Get a diff between the current files in `/etc/nixos` and `$BAUKE_DIR/nix/<system>`:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```zsh
 | 
					```zsh
 | 
				
			||||||
copy-nixos-config --diff
 | 
					copy-nixos-config --diff
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Copy the configuration and immediately run `nixos-rebuild <command>`.
 | 
					* Copy the configuration and immediately run `nixos-rebuild <command>`:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```zsh
 | 
					```zsh
 | 
				
			||||||
copy-nixos-config --rebuild <command>
 | 
					copy-nixos-config --rebuild <command>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in New Issue