summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/wolfram/devices.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/machines/wolfram/devices.nix b/machines/wolfram/devices.nix
index 134bf8d..18ed3af 100644
--- a/machines/wolfram/devices.nix
+++ b/machines/wolfram/devices.nix
@@ -95,21 +95,6 @@
     };
   };
 
-  # storage
-  fileSystems = {
-    "/mnt/Kui" = {
-      device = "/dev/disk/by-label/Kui";
-      fsType = "ext4";
-      options = [
-        "defaults"
-        "users"
-        "nofail"
-        "exec"
-        "rw"
-      ];
-    };
-  };
-
   # sound
   security.rtkit.enable = true;
   services.pipewire = {