Don't jump into home dir

This commit is contained in:
Andreas Zweili 2022-12-01 18:24:21 +01:00
parent 385ca89339
commit 9307c8638d
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
#!/usr/bin/env bash
set -e
cd /home/andreas/.nixos
hosts=($(echo `nix eval .#nixosConfigurations --apply 'pkgs: builtins.concatStringsSep " " (builtins.attrNames pkgs)'` | xargs ))
for host in "${hosts[@]}"