Merge branch 'master' of git.2li.ch:Nebucatnetzer/nixos

This commit is contained in:
Andreas Zweili 2022-01-25 19:27:41 +01:00
commit 6cd6e301d4
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;"'