diff options
| author | Grigory Shipunov | 2022-06-11 23:28:31 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-06-11 23:28:31 +0200 |
| commit | f422ad701ce41373e7a293160faf5a19eeea19fa (patch) | |
| tree | 411df2ce3e39385a9bae2c3010f4e090e92fad5b /modules/dvb-dump-nfs-automount.nix | |
| parent | 3924624e7516464d2f24cd19b62c02072436850c (diff) | |
nixpkgs-fmt
Diffstat (limited to 'modules/dvb-dump-nfs-automount.nix')
| -rw-r--r-- | modules/dvb-dump-nfs-automount.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dvb-dump-nfs-automount.nix b/modules/dvb-dump-nfs-automount.nix index 9032402..2dce2ea 100644 --- a/modules/dvb-dump-nfs-automount.nix +++ b/modules/dvb-dump-nfs-automount.nix @@ -16,7 +16,7 @@ systemd.automounts = [{ wantedBy = [ "multi-user.target" ]; requires = [ "wg-quick-wg-dvb.service" ]; - automountConfig= { + automountConfig = { TimeoutIdleSec = "600"; }; where = "/mnt/dvb"; |
