feat: Jellyfin-mpv-shim with local idle pics
This commit is contained in:
parent
fbb4defab8
commit
ad60695af4
2 changed files with 32 additions and 9 deletions
|
|
@ -12,7 +12,6 @@
|
|||
"ahci"
|
||||
"usb_storage"
|
||||
"sd_mod"
|
||||
"iwlwifi"
|
||||
];
|
||||
};
|
||||
kernelModules = [ ];
|
||||
|
|
@ -29,6 +28,15 @@
|
|||
device = "/dev/disk/by-uuid/0B6D-0DCD";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
# "/data/photos" = {
|
||||
# device = "//192.168.0.11/CANVAS";
|
||||
# fsType = "cifs";
|
||||
# options = let
|
||||
# # this line prevents hanging on network split
|
||||
# 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/smb-secrets"];
|
||||
# };
|
||||
};
|
||||
|
||||
swapDevices = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue