From 9f493db0c1c73d57e6031f4ca6983f9ae9369c0e Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 5 Jan 2024 12:13:09 -0500 Subject: [PATCH] kaze: mount slab --- hosts/kaze/hardware.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/kaze/hardware.nix b/hosts/kaze/hardware.nix index 02487ab..36822eb 100644 --- a/hosts/kaze/hardware.nix +++ b/hosts/kaze/hardware.nix @@ -17,6 +17,11 @@ fsType = "ext4"; }; + fileSystems."/var/lib/minio" = { + device = "/dev/disk/by-uuid/733a3f7b-b232-4b34-8742-460a67d8f1d0"; + fsType = "ext4"; + }; + swapDevices = [ {device = "/dev/disk/by-uuid/100a4262-ce57-47a7-b99a-f124a8e369de";} ];