From 8d576053e5924efb70984b4bcfb346141a784bc1 Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 5 Jan 2024 12:16:24 -0500 Subject: [PATCH] kaze: rename slab mount --- hosts/kaze/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/kaze/hardware.nix b/hosts/kaze/hardware.nix index 36822eb..3196876 100644 --- a/hosts/kaze/hardware.nix +++ b/hosts/kaze/hardware.nix @@ -17,7 +17,7 @@ fsType = "ext4"; }; - fileSystems."/var/lib/minio" = { + fileSystems."/var/lib/slab" = { device = "/dev/disk/by-uuid/733a3f7b-b232-4b34-8742-460a67d8f1d0"; fsType = "ext4"; };