From a5365ec3d924a91abdd80c4f58d2158472788de9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 21 Jan 2019 21:06:33 +0100 Subject: Move all fixmes to mantisbt issue tracking Fixes https://git.immae.eu/mantisbt/view.php?id=111 --- virtual/eldiron.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'virtual/eldiron.nix') diff --git a/virtual/eldiron.nix b/virtual/eldiron.nix index 8168abc..48266c8 100644 --- a/virtual/eldiron.nix +++ b/virtual/eldiron.nix @@ -4,13 +4,6 @@ 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: eldiron = { config, pkgs, mylibs, myconfig, ... }: with mylibs; { -- cgit v1.2.3