fixing filesystems and stuff

This commit is contained in:
Matt Nish-Lapidus 2025-03-11 13:31:24 -04:00
parent 33904e0181
commit 8feca8cf94
2 changed files with 7 additions and 7 deletions

View file

@ -8,7 +8,7 @@
media-server-opts = automount-opts + ",credentials=/etc/nixos/media-server-secrets";
in {
"/mnt/filez/media" = {
"/mnt/import" = {
device = "//media-server/import";
fsType = "smb3";
options = [ "${media-server-opts}" ];