summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/cez/modules/sshfs.nix2
1 files changed, 1 insertions, 1 deletions
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 = [