Update rebuild script for all nodes
This commit is contained in:
		
							parent
							
								
									7d4281a5c1
								
							
						
					
					
						commit
						dfbeafa2b2
					
				
							
								
								
									
										19
									
								
								rebuild.sh
									
									
									
									
									
								
							
							
						
						
									
										19
									
								
								rebuild.sh
									
									
									
									
									
								
							| @ -1,19 +1,16 @@ | |||||||
| #!/bin/sh -e | #!/bin/sh -ex | ||||||
| 
 | 
 | ||||||
| if [ "$(id -u)" != 0 ]; then | if [ "$(id -u)" != 0 ]; then | ||||||
|  echo "Needs root permissions" |  echo "Needs root permissions" | ||||||
|  exit 1 |  exit 1 | ||||||
| fi | fi | ||||||
| 
 | 
 | ||||||
| host=$(hostname) | if [ "$(hostname)" != "hut" ]; then | ||||||
| 
 |   >&2 echo "must run from machine hut, not $(hostname)" | ||||||
| #conf="$(readlink -f .)/${host}/configuration.nix" |   exit 1 | ||||||
| # | fi | ||||||
| #if [ ! -e "$conf" ]; then |  | ||||||
| # echo "Missing config $conf" |  | ||||||
| # exit 1 |  | ||||||
| #fi |  | ||||||
| # |  | ||||||
| #NIXOS_CONFIG="${conf}" nixos-rebuild switch |  | ||||||
| 
 | 
 | ||||||
|  | # Update all nodes | ||||||
| nixos-rebuild switch --flake . | nixos-rebuild switch --flake . | ||||||
|  | nixos-rebuild switch --flake .#owl1 --target-host owl1 | ||||||
|  | nixos-rebuild switch --flake .#owl2 --target-host owl2 | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user