From cfce93000afc72eca7b49ebba59fee6758e7bbf4 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Fri, 8 Mar 2024 16:40:16 +0530 Subject: cez/sshfs: move to /media, else it'll slow down stat on / main victim is nvim-cmp, freezes nvim for a while --- nixos/cez/modules/sshfs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/cez/modules/sshfs.nix b/nixos/cez/modules/sshfs.nix index a9ff183..05a8b96 100644 --- a/nixos/cez/modules/sshfs.nix +++ b/nixos/cez/modules/sshfs.nix @@ -10,7 +10,7 @@ in sops.secrets."misc/sftp" = {}; system.fsPackages = with pkgs; [ sshfs ]; - fileSystems."/kay" = { + fileSystems."/media/kay" = { device = "sftp@${domain}:"; fsType = "sshfs"; options = [ -- cgit v1.2.3