Skip to content

Commit

Permalink
fix(nixos): symlinks et al get rekt so ignore them all
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jan 18, 2024
1 parent f7a9834 commit 17d9a55
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion machines/darkstar/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,13 @@
openssh
];
script = ''
rclone copy -v \
rclone sync -v \
--no-update-modtime \
--exclude 'Go/' \
--exclude 'forks/' \
--exclude '**/.direnv/' \
--exclude '**/dist/' \
--exclude '**/.git/' \
$HOME/Developer/ nas:/darkstar/
rclone copy $HOME/.localrc.fish nas:/darkstar/
rclone copy $HOME/.local/share/fish/fish_history nas:/darkstar/
Expand Down

0 comments on commit 17d9a55

Please sign in to comment.