Add script to sync repo to system NixOS config

This commit is contained in:
NullBite 2023-12-26 18:16:49 -05:00
parent 7ead26de10
commit 3005da4ea1
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

2
sync.sh Executable file
View File

@ -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"