common: mount /mnt/servo-nfs/playground

This commit is contained in:
Colin 2023-09-01 10:10:28 +00:00
parent 357b6ef06e
commit 63fab5899b

View File

@ -111,6 +111,12 @@ lib.mkMerge [
fsType = "nfs";
options = fsOpts.nfs ++ fsOpts.auto ++ fsOpts.wg;
};
fileSystems."/mnt/servo-nfs/playground" = {
device = "servo-hn:/playground";
noCheck = true;
fsType = "nfs";
options = fsOpts.nfs ++ fsOpts.auto ++ fsOpts.wg;
};
# fileSystems."/mnt/servo-media-nfs" = {
# device = "servo-hn:/media";
# noCheck = true;