feat(bbsteamie): mount sdcard at boot
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
652cc7801f
commit
0a1029e788
2 changed files with 6 additions and 0 deletions
|
@ -48,6 +48,11 @@
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
options = ["fmask=0022" "dmask=0022"];
|
options = ["fmask=0022" "dmask=0022"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"/run/media/mariah/SDCARD" = {
|
||||||
|
device = "/dev/disk/by-label/SDCARD";
|
||||||
|
fsType = "ext4";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
|
|
|
@ -66,6 +66,7 @@ defaultSession: {
|
||||||
# Misc Packages
|
# Misc Packages
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
pkgs.steam-rom-manager
|
pkgs.steam-rom-manager
|
||||||
|
pkgs.r2modman
|
||||||
self.packages.${pkgs.system}.protonhax
|
self.packages.${pkgs.system}.protonhax
|
||||||
|
|
||||||
# FIXME:Ryujinx ACNH crashes on OpenGL AND Vulkan
|
# FIXME:Ryujinx ACNH crashes on OpenGL AND Vulkan
|
||||||
|
|
Loading…
Reference in a new issue