all repos — nixfiles @ 84f85b3c00501ed302621b44ee4b57c3c82a5d32

System and user configuration, managed by nix and home-manager

satoshipay: lazy-load docker
Alan Pearce alan@alanpearce.eu
Fri, 22 Sep 2017 15:58:59 +0200
commit

84f85b3c00501ed302621b44ee4b57c3c82a5d32

parent

29211f81353b076fbca7cf4417faa9dc0da3948e

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M modules/satoshipay.nixmodules/satoshipay.nix
@@ -7,6 +7,7 @@ in { virtualisation = {
     docker = {
       enable = true;
+      enableOnBoot = false;
       liveRestore = false;
     };
   };