summary refs log tree commit diff stats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/satoshipay.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/satoshipay.nix b/modules/satoshipay.nix
index fa5aef2..69b6db4 100644
--- a/modules/satoshipay.nix
+++ b/modules/satoshipay.nix
@@ -5,9 +5,9 @@
     daemonConfig = {
       ipv6 = true;
       fixed-cidr-v6 = "fd69:2074:9fcd:b0fd::/64";
-      features = [
-        { buildkit = true; }
-      ];
+      features = {
+        buildkit = true;
+      };
     };
     in {
       enable = true;