From 7fff3ab2628284e7f53bee04401621f4c0963b4f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 21 Jan 2019 12:45:52 +0100 Subject: [PATCH] Add fixme about purity --- virtual/eldiron.nix | 4 ++++ 1 file changed, 4 insertions(+) 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 @@ enableRollback = true; }; + # FIXME: improve purity by enforcing sandbox = true in + # /etc/nix/nix.conf (need to do something about environment variables + # before) + # Full backup: # The star after /var/lib/* avoids deleting all folders in case of problem # rsync -e "ssh -i /root/.ssh/id_charon_vpn" -aAXvz --delete --numeric-ids --super --rsync-path="sudo rsync" /var/lib/* immae@immae.eu: -- 2.41.0