/mnt/media

This commit is contained in:
xenia 2025-04-30 21:38:57 +02:00
parent a28a1304b0
commit 9c0c378c98

View File

@ -97,6 +97,13 @@ in {
options = [ "username=eta" "password=eta" "uid=1002" "gid=1002" "x-systemd.automount" "noauto" "x-systemd.idle-timeout=60" ];
};
fileSystems."/mnt/media" = {
device = "xenia@10.100.100.254:/media";
fsType = "fuse.sshfs";
options = [ "IdentityFile=/home/xenia/.ssh/id_ed25519" "allow_other" "uid=1002" "gid=1002" "x-systemd.automount" "noauto" ];
};
boot.supportedFilesystems."fuse.sshfs" = true;
services.printing.enable = true;
services.avahi.enable = true;