nixfiles/sync.sh

3 lines
158 B
Bash
Executable File

#!/usr/bin/env bash
sudo rsync -rlptDHAXviP ~/git/nixos-config/ /etc/nixos/ --exclude='*.example' --exclude='.git' --exclude=".gitignore" --exclude="sync.sh"