summary refs log tree commit diff
path: root/nixos/modules/services/network-filesystems/moosefs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/network-filesystems/moosefs.nix')
-rw-r--r--nixos/modules/services/network-filesystems/moosefs.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/modules/services/network-filesystems/moosefs.nix b/nixos/modules/services/network-filesystems/moosefs.nix
index bbaa17c080d..88b2ada37e7 100644
--- a/nixos/modules/services/network-filesystems/moosefs.nix
+++ b/nixos/modules/services/network-filesystems/moosefs.nix
@@ -8,7 +8,6 @@ let
   mfsUser = if cfg.runAsUser then "moosefs" else "root";
 
   settingsFormat = let
-
     listSep = " ";
     allowedTypes = with types; [ bool int float str ];
     valueToString = val:
@@ -100,7 +99,6 @@ in {
           default = false;
         };
 
-
         exports = mkOption {
           type = with types; listOf str;
           default = null;
@@ -249,4 +247,3 @@ in {
       ( systemdService "chunkserver" { Restart = "on-abnormal"; } chunkserverCfg );
     };
 }
-