From 2b19dfc02bd937196da8c1487a7e95b7c4a6a939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Sun, 15 Sep 2024 11:13:50 +0200 Subject: [PATCH] feat(music): do not mount remote music share, use syncthing to copy locally --- t470.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/t470.nix b/t470.nix index 57e8614..1594c2f 100644 --- a/t470.nix +++ b/t470.nix @@ -13,16 +13,6 @@ networking.hostName = "t470"; # Define your hostname. - # automount smb music share - fileSystems."/home/khais/Music" = { - device = "//void/Music"; - fsType = "cifs"; - options = let - # prevent hanging when network is not reachable - automount_opts = "x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s"; - in [ "${automount_opts},credentials=/etc/nixos/secrets/music.smb" ]; - }; - fileSystems."/home/khais/Books" = { device = "//void/Books"; fsType = "cifs";