Add a new mount

This commit is contained in:
Bun 2025-03-21 21:14:26 -04:00
parent 4d994c5ca0
commit b23caa238e
2 changed files with 12 additions and 5 deletions

View file

@ -2,7 +2,7 @@
{
fileSystems = {
# Secondary drive
"/mnt/Games" = {
"/persist/storage" = {
device = "/dev/disk/by-uuid/135281e2-72ec-4c00-91e8-9897a32c02ce";
fsType = "btrfs";
options = [ "nosuid" "nodev" "nofail" "x-gvfs-show" ];