remove 2011 nas export
this was used for bepasty
This commit is contained in:
parent
a785cce6b0
commit
22eecd6e66
|
@ -13,11 +13,5 @@ in {
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
options = ["nofail" "noatime"];
|
options = ["nofail" "noatime"];
|
||||||
};
|
};
|
||||||
|
|
||||||
"/mnt/export2011" = {
|
|
||||||
device = "172.16.129.151:/nas/5876/bepasty";
|
|
||||||
fsType = "nfs";
|
|
||||||
options = ["nofail" "noatime" "noexec"];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue