feat: auto mounts disks

This commit is contained in:
HerozDotExe 2026-02-06 22:00:57 +01:00
parent a05c3c74b6
commit 21a5ee2c9f
2 changed files with 13 additions and 1 deletions

View file

@ -39,6 +39,18 @@
];
};
fileSystems."/windows" = {
device = "/dev/disk/by-uuid/3A86237286232DB7";
fsType = "ntfs-3g";
options = [ "rw" "uid=1000"];
};
fileSystems."/storage" = {
device = "/dev/disk/by-uuid/9EC66CCBC66CA56D";
fsType = "ntfs-3g";
options = [ "rw" "uid=1000"];
};
swapDevices = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking

View file

@ -37,7 +37,7 @@ in
};
"org.prismlauncher.PrismLauncher" = {
name = "Prism Launcher";
exec = "prismlauncher -d /run/media/heroz/Stockage/Jeux/PrismLauncher-8.4 %U";
exec = "prismlauncher -d /storage/Jeux/PrismLauncher-8.4 %U";
comment="Discover, manage, and play Minecraft instances";
type="Application";
terminal=false;