1
Fork 0

Temporarily remove broken options from usb mount

This commit is contained in:
Matei Adriel 2024-01-17 11:41:02 +01:00
parent c7888bef47
commit 638a81e61a
No known key found for this signature in database

View file

@ -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" ];