Updated autofs
This commit is contained in:
parent
7e2e012f3a
commit
41d25d9695
@ -164,11 +164,11 @@ in
|
|||||||
autoMaster =
|
autoMaster =
|
||||||
let
|
let
|
||||||
networkMap = pkgs.writeText "auto" ''
|
networkMap = pkgs.writeText "auto" ''
|
||||||
* -fstype=cifs,cruid=''${UID},sec=krb5 ://${inputs.secrets.lab.nas.host}/home
|
* -fstype=cifs,sec=krb5,user=&,uid=$UID,gid=$GID,cruid=$UID ://${inputs.secrets.lab.nas.host}/home
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
''
|
''
|
||||||
/network ${networkMap}
|
/network ${networkMap} --timeout=30
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user