remove 2011 nas export

this was used for bepasty
This commit is contained in:
Fabian Montero 2025-01-23 12:15:39 -06:00
parent a785cce6b0
commit 22eecd6e66
Signed by: fabian
GPG key ID: 1FFAC35E1798174F

View file

@ -13,11 +13,5 @@ in {
fsType = "nfs";
options = ["nofail" "noatime"];
};
"/mnt/export2011" = {
device = "172.16.129.151:/nas/5876/bepasty";
fsType = "nfs";
options = ["nofail" "noatime" "noexec"];
};
};
}