dots/configuration/main/verbatim.nix
2025-08-05 22:07:42 +02:00

7 lines
181 B
Nix

{
fileSystems."/mnt/removable" = {
device = "/dev/disk/by-uuid/79a440dd-15c2-4698-a0b4-2064bae0f0c6";
fsType = "ext4";
options = ["nofail" "user" "rw" "exec"];
};
}