new_dots/configuration/main/verbatim.nix
2026-01-03 12:48:28 +01:00

7 lines
180 B
Nix

{
fileSystems."/mnt/verbatim" = {
device = "/dev/disk/by-uuid/2aa5f849-1df0-4f3a-b7db-ef64d06b16e4";
fsType = "ext4";
options = ["nofail" "user" "rw" "exec"];
};
}