/mnt/media
This commit is contained in:
parent
a28a1304b0
commit
9c0c378c98
|
@ -97,6 +97,13 @@ in {
|
||||||
options = [ "username=eta" "password=eta" "uid=1002" "gid=1002" "x-systemd.automount" "noauto" "x-systemd.idle-timeout=60" ];
|
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.printing.enable = true;
|
||||||
services.avahi.enable = true;
|
services.avahi.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user