1
0

Compare commits

..

No commits in common. "c8294a848e5b7d91205efbfd01503642105cdec6" and "b62198e7a0b21a6e919b051b40afe870ee92389e" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -10,7 +10,7 @@ fi
cmd=" \ cmd=" \
nixos-rebuild switch \ nixos-rebuild switch \
-I nixos-config=hosts/${DEPLOY_HOST}/configuration.nix --show-trace\ -I nixos-config=hosts/${DEPLOY_HOST}/configuration.nix \
" "
if [ -z $DEPLOY_ADDRESS ] || [ $DEPLOY_ADDRESS = "-" ]; then if [ -z $DEPLOY_ADDRESS ] || [ $DEPLOY_ADDRESS = "-" ]; then

View File

@ -5,8 +5,6 @@
[ [
./hardware-configuration.nix ./hardware-configuration.nix
../../configuration/common ../../configuration/common
./backup-scripts.nix
]; ];
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
@ -29,7 +27,7 @@
rsync_short_args -rltD rsync_short_args -rltD
retain alpha 14 retain alpha 14
ssh_args -o BatchMode=yes -o IdentityFile=/var/src/secrets/rsnapshot/id_rsa ssh_args -o BatchMode=yes -o IdentityFile=/var/src/secrets/rsnapshot/id_rsa
backup backup-replication@clerie-backup.net.clerie.de:/clerie-backup-replication/* clerie-backup/ backup backup-replication@clerie-backup.net.clerie.de:/clerie-backup-replication/ clerie-backup/
''; '';
# rsync_short_args # rsync_short_args
# -a -> -rlptgoD # -a -> -rlptgoD