1

Modules/Niri: Update DMS default config

This commit is contained in:
2025-12-14 17:16:16 +01:00
parent 5833dff19e
commit cec5ec5493
3 changed files with 13 additions and 3 deletions

View File

@ -116,6 +116,12 @@
fsType = "nfs";
options = ["defaults" "rw" "noatime" "_netdev" "bg" "soft"];
};
"/media/Box" = {
device = "192.168.86.20:/mnt/Seagate4TB/Box";
fsType = "nfs";
options = ["defaults" "rw" "relatime" "_netdev" "bg" "soft"];
};
};
hardware = {