From 8d6c56c527c18906597dbcce6df2c96bdf66b702 Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 27 Sep 2025 01:20:53 +0200 Subject: Add temporary 'Kui' drive for Wolfram Signed-off-by: Mel --- machines/wolfram/devices.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'machines') diff --git a/machines/wolfram/devices.nix b/machines/wolfram/devices.nix index 88a9a2b..14c578e 100644 --- a/machines/wolfram/devices.nix +++ b/machines/wolfram/devices.nix @@ -39,6 +39,21 @@ memoryPercent = 50; }; + # 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