This commit is contained in:
Till 2025-09-03 11:45:01 +02:00
parent 508f09b044
commit 287951ed6e

View file

@ -42,7 +42,7 @@
fileSystems."/var/mediathek" = { fileSystems."/var/mediathek" = {
device = "/dev/disk/by-uuid/7b0b589f-5759-411a-975a-08a3c7a0f953"; device = "/dev/disk/by-uuid/7b0b589f-5759-411a-975a-08a3c7a0f953";
fsType = "ext3"; fsType = "ext4";
options = [ # If you don't have this options attribute, it'll default to "defaults" options = [ # If you don't have this options attribute, it'll default to "defaults"
# boot options for fstab. Search up fstab mount options you can use # boot options for fstab. Search up fstab mount options you can use
"users" # Allows any user to mount and unmount "users" # Allows any user to mount and unmount