From 5f812b86a7b8b09bb146112ed7c7f35acd0ad6b4 Mon Sep 17 00:00:00 2001 From: Mel Date: Sun, 5 Apr 2026 01:42:20 +0200 Subject: Remove HDD 'Kui' from Wolfram --- machines/wolfram/devices.nix | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'machines') 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 = { -- cgit 1.4.1