From 638a81e61a089839209372169bd12db5090c318d Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Wed, 17 Jan 2024 11:41:02 +0100 Subject: [PATCH] Temporarily remove broken options from usb mount --- hosts/nixos/lapetus/filesystems/zfs.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/nixos/lapetus/filesystems/zfs.nix b/hosts/nixos/lapetus/filesystems/zfs.nix index ba7827c..c3c15bc 100644 --- a/hosts/nixos/lapetus/filesystems/zfs.nix +++ b/hosts/nixos/lapetus/filesystems/zfs.nix @@ -12,10 +12,9 @@ in boot.initrd.systemd.mounts = [{ where = "/hermes"; what = "/dev/sdb"; - type = "exfat"; # The usb contains sensitive data that should only be readable to root - mountConfig.DirectoryMode = "0750"; + # mountConfig.DirectoryMode = "0750"; wantedBy = [ "zfs-import.target" ]; before = [ "zfs-import.target" ];