From 3d7c7cecd10b90553f53f3c5c20bf7fc1f938a6c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 20 May 2020 11:19:30 +0200 Subject: Fix syntax errors --- system/satoshipad.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system') diff --git a/system/satoshipad.nix b/system/satoshipad.nix index cc312dec..1aa3db12 100644 --- a/system/satoshipad.nix +++ b/system/satoshipad.nix @@ -35,8 +35,8 @@ allowDiscards = true; device = "/dev/disk/by-uuid/bb7f9a24-8963-4d00-9258-118050b35748"; preLVM = true; - } - ]; + }; + }; networking.hostName = "satoshipad"; services.avahi.hostName = "alan-satoshipay"; -- cgit 1.4.1