mirror of https://gitlab.crans.org/nounous/nixos
Ajout autofs
parent
7bb4fef46b
commit
0d2c8bd7ab
|
@ -17,5 +17,13 @@
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.autofs = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
autoMaster = ''
|
||||||
|
/home-nextcloud /etc/auto.master.d/home-nextcloud.sh -t60
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
system.stateVersion = "25.05";
|
system.stateVersion = "25.05";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue