Changes to Detritus

This commit is contained in:
Bun 2025-05-23 19:45:51 -04:00
parent 30a1103eab
commit fdc052c15a
2 changed files with 13 additions and 3 deletions

View file

@ -7,6 +7,16 @@
options = [
"nofail"
"nosuid"
"subvol=storage"
];
};
"/persist/home/${config.sysusers.main}/games" = {
device = "/dev/disk/by-uuid/d0d6783f-ad51-4d85-b8a9-3374f6460ef6";
fsType = "btrfs";
options = [
"nofail"
"nosuid"
"subvol=games"
];
};