all repos — nixfiles @ 84f85b3c00501ed302621b44ee4b57c3c82a5d32

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

satoshipay: lazy-load docker

Alan Pearce
commit

84f85b3c00501ed302621b44ee4b57c3c82a5d32

parent

29211f81353b076fbca7cf4417faa9dc0da3948e

1 file changed, 1 insertion(+), 0 deletions(-)

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