Add back rot8, add new mount to envy
This commit is contained in:
parent
82a64ecc36
commit
b087cf4085
5 changed files with 9 additions and 0 deletions
|
@ -7,6 +7,11 @@
|
|||
fsType = "btrfs";
|
||||
options = [ "nosuid" "nodev" "nofail" "x-gvfs-show" ];
|
||||
};
|
||||
"/persist/home/jimbo/.local/share/Steam" = {
|
||||
device = "/dev/disk/by-uuid/135281e2-72ec-4c00-91e8-9897a32c02ce";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=Steam" "nosuid" "nodev" "nofail" "x-gvfs-show" ];
|
||||
};
|
||||
|
||||
# Network mounts
|
||||
"/home/jimbo/JimboNFS" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue