From df4c5e2313f27fd7f31debb590d03090ad0b77e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Fri, 3 Jan 2025 18:14:28 +0100 Subject: [PATCH] books: no longer mount remote books directory --- t470.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/t470.nix b/t470.nix index d28a209..6f893c8 100644 --- a/t470.nix +++ b/t470.nix @@ -15,15 +15,6 @@ networking.hostName = "t470"; # Define your hostname. - fileSystems."/home/khais/Books" = { - device = "//void/Books"; - 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/books.smb"]; - }; - # scanner drop point services.vsftpd = { enable = true;