Updated autofs setup
This commit is contained in:
parent
b68ca558d8
commit
071e904990
@ -164,11 +164,11 @@ in
|
|||||||
autoMaster =
|
autoMaster =
|
||||||
let
|
let
|
||||||
networkMap = pkgs.writeText "auto" ''
|
networkMap = pkgs.writeText "auto" ''
|
||||||
* -fstype=cifs,multiuser,cruid=''${UID},sec=krb5 ://${inputs.secrets.lab.nas.host}/&
|
home -fstype=cifs,multiuser,cruid=''${UID},sec=krb5 ://${inputs.secrets.lab.nas.host}/home
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
''
|
''
|
||||||
/network file:${networkMap}
|
/network ${networkMap}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user