diff options
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/eldiron.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/virtual/eldiron.nix b/virtual/eldiron.nix index 0970521..8168abc 100644 --- a/virtual/eldiron.nix +++ b/virtual/eldiron.nix | |||
@@ -4,6 +4,10 @@ | |||
4 | enableRollback = true; | 4 | enableRollback = true; |
5 | }; | 5 | }; |
6 | 6 | ||
7 | # FIXME: improve purity by enforcing sandbox = true in | ||
8 | # /etc/nix/nix.conf (need to do something about environment variables | ||
9 | # before) | ||
10 | |||
7 | # Full backup: | 11 | # Full backup: |
8 | # The star after /var/lib/* avoids deleting all folders in case of problem | 12 | # The star after /var/lib/* avoids deleting all folders in case of problem |
9 | # rsync -e "ssh -i /root/.ssh/id_charon_vpn" -aAXvz --delete --numeric-ids --super --rsync-path="sudo rsync" /var/lib/* immae@immae.eu: | 13 | # rsync -e "ssh -i /root/.ssh/id_charon_vpn" -aAXvz --delete --numeric-ids --super --rsync-path="sudo rsync" /var/lib/* immae@immae.eu: |