My Nix Infra
nix nixos
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

check hostname endswith input $1

ydcjeff 4d3b6afd f2d94c25

+1 -1
+1 -1
scripts/nixos-install.sh
··· 11 11 12 12 # validation 13 13 for host in "$DOTFILES"/hosts/*; do 14 - if [[ "$host" != "$1" ]]; then 14 + if [[ "$host" != *"$1" ]]; then 15 15 echo -n "Host $1 not found in " 16 16 ls "$DOTFILES/hosts" 17 17 exit 1