diff --git a/sync.sh b/sync.sh new file mode 100755 index 0000000..8a0b61e --- /dev/null +++ b/sync.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +sudo rsync -rlptDHAXviP ~/git/nixos-config/ /etc/nixos/ --exclude='*.example' --exclude='.git' --exclude=".gitignore" --exclude="sync.sh"