all repos — nixfiles @ 3d7c7cecd10b90553f53f3c5c20bf7fc1f938a6c

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

Fix syntax errors
Alan Pearce alan@alanpearce.eu
Wed, 20 May 2020 11:19:30 +0200
commit

3d7c7cecd10b90553f53f3c5c20bf7fc1f938a6c

parent

abf37951b762c7577f4f1b95a813c7c3008abe1c

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

jump to
M system/satoshipad.nixsystem/satoshipad.nix
@@ -35,8 +35,8 @@ root = {       allowDiscards = true;
       device = "/dev/disk/by-uuid/bb7f9a24-8963-4d00-9258-118050b35748";
       preLVM = true;
-    }
-  ];
+    };
+  };
 
   networking.hostName = "satoshipad";
   services.avahi.hostName = "alan-satoshipay";