all repos — nixfiles @ bbb34d3b326b95947e008a644224e9e57b445785

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

satoshipay: fix docker config syntax
Alan Pearce alan@alanpearce.eu
Mon, 16 Sep 2019 11:28:56 +0200
commit

bbb34d3b326b95947e008a644224e9e57b445785

parent

81326cdc165be722fbf7cba2554ed67b5cea4658

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

jump to
M modules/satoshipay.nixmodules/satoshipay.nix
@@ -5,9 +5,9 @@ docker = let     daemonConfig = {
       ipv6 = true;
       fixed-cidr-v6 = "fd69:2074:9fcd:b0fd::/64";
-      features = [
-        { buildkit = true; }
-      ];
+      features = {
+        buildkit = true;
+      };
     };
     in {
       enable = true;