summary refs log tree commit diff stats
path: root/system/settings/satoshipay.nix
diff options
context:
space:
mode:
authorAlan Pearce2023-03-14 21:43:19 +0100
committerAlan Pearce2023-03-14 21:43:19 +0100
commit6db9eaad8e78f882ae44a28edcc4d11d2ffd5e28 (patch)
tree7a126873d4a216438d835123843132d09eb2bfab /system/settings/satoshipay.nix
parentfa2d41901d9fd10fd257c7ccc249ab29c5df2e33 (diff)
downloadnixfiles-6db9eaad8e78f882ae44a28edcc4d11d2ffd5e28.tar.lz
nixfiles-6db9eaad8e78f882ae44a28edcc4d11d2ffd5e28.tar.zst
nixfiles-6db9eaad8e78f882ae44a28edcc4d11d2ffd5e28.zip
Re-format with nixpkgs-fmt
Diffstat (limited to 'system/settings/satoshipay.nix')
-rw-r--r--system/settings/satoshipay.nix17
1 files changed, 9 insertions, 8 deletions
diff --git a/system/settings/satoshipay.nix b/system/settings/satoshipay.nix
index 96c69711..2f520411 100644
--- a/system/settings/satoshipay.nix
+++ b/system/settings/satoshipay.nix
@@ -1,10 +1,10 @@
-{
-  config,
-  pkgs,
-  fetchurl,
-  lib,
-  ...
-}: let
+{ config
+, pkgs
+, fetchurl
+, lib
+, ...
+}:
+let
   dockerConfig = {
     ipv6 = true;
     fixed-cidr-v6 = "fd69:2074:9fcd:b0fd::/64";
@@ -12,7 +12,8 @@
       buildkit = true;
     };
   };
-in {
+in
+{
   virtualisation = {
     docker = {
       enable = true;