parent
e4f5ca2fc9
commit
3d8242b314
22 changed files with 340 additions and 211 deletions
|
|
@ -94,25 +94,25 @@ in
|
|||
};
|
||||
};
|
||||
systemd = {
|
||||
mounts = [
|
||||
{
|
||||
type = "nfs";
|
||||
mountConfig = {
|
||||
Options = "noatime";
|
||||
};
|
||||
what = "zen:/tank/home";
|
||||
where = "/mnt/home";
|
||||
}
|
||||
];
|
||||
automounts = [
|
||||
{
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
automountConfig = {
|
||||
TimeoutIdleSec = "600";
|
||||
};
|
||||
where = "/mnt/home";
|
||||
}
|
||||
];
|
||||
# mounts = [
|
||||
# {
|
||||
# type = "nfs";
|
||||
# mountConfig = {
|
||||
# Options = "noatime";
|
||||
# };
|
||||
# what = "zen:/tank/home";
|
||||
# where = "/mnt/home";
|
||||
# }
|
||||
# ];
|
||||
# automounts = [
|
||||
# {
|
||||
# wantedBy = [ "multi-user.target" ];
|
||||
# automountConfig = {
|
||||
# TimeoutIdleSec = "600";
|
||||
# };
|
||||
# where = "/mnt/home";
|
||||
# }
|
||||
# ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue