diff --git a/modules/ubifs.nix b/modules/ubifs.nix
index 4b8e190..6dccaa8 100644
--- a/modules/ubifs.nix
+++ b/modules/ubifs.nix
@@ -11,16 +11,6 @@ in
   imports = [
     ./initramfs.nix
   ];
-  options.system.outputs = {
-    systemConfiguration = mkOption {
-      type = types.package;
-      description = ''
-        pkgs.systemconfig for the configured filesystem,
-        contains 'activate' and 'init' commands
-      '';
-      internal = true;
-    };
-  };
   options.hardware.ubi = {
     minIOSize = mkOption { type = types.str; };
     eraseBlockSize = mkOption { type = types.str; }; # LEB