extend update script

This commit is contained in:
Andreas Zweili 2022-01-25 19:18:53 +01:00
parent 3629160b01
commit b8d9bc1c75
1 changed files with 6 additions and 1 deletions

View File

@ -1,9 +1,14 @@
#!/usr/bin/env xonsh
hosts = [
"nixos-management",
"grav",
"heimdall",
"nixos-test-vm",
"mail",
"plex",
"proxy",
"rss-bridge",
"ttrss",
]
update_command = 'tmux new -s updates "cd ~/.nixos && git pull && sudo nixos-rebuild -j auto switch || bash;"'