diff --git a/nixos/modules/private-storage.nix b/nixos/modules/private-storage.nix
index 687c9e35d609601f85a57d2ac85c7aac7b66cbf9..cc73d3720e656633f7d4be4195e08d11b911c074 100644
--- a/nixos/modules/private-storage.nix
+++ b/nixos/modules/private-storage.nix
@@ -29,10 +29,10 @@ in
   [ "services/network-filesystems/tahoe.nix"
   ];
 
-  # Load our tahoe-lafs module.  It is configurable in the way I want it to be
-  # configurable.
-  imports =
-  [ ./tahoe.nix
+  imports = [
+    # Load our tahoe-lafs module.  It is configurable in the way I want it to
+    # be configurable.
+    ./tahoe.nix
   ];
 
   options =