Compare commits
2 Commits
e8519e5887
...
955bd90725
| Author | SHA1 | Date | |
|---|---|---|---|
| 955bd90725 | |||
| 74f456e783 |
@ -91,8 +91,8 @@
|
|||||||
flatpak = {
|
flatpak = {
|
||||||
packages = [
|
packages = [
|
||||||
"com.valvesoftware.Steam"
|
"com.valvesoftware.Steam"
|
||||||
"org.freedesktop.Platform.VulkanLayer.gamescope"
|
"org.freedesktop.Platform.VulkanLayer.gamescope/x86_64/24.08"
|
||||||
"org.freedesktop.Platform.VulkanLayer.MangoHud"
|
"org.freedesktop.Platform.VulkanLayer.MangoHud/x86_64/24.08"
|
||||||
"net.davidotek.pupgui2"
|
"net.davidotek.pupgui2"
|
||||||
"org.prismlauncher.PrismLauncher"
|
"org.prismlauncher.PrismLauncher"
|
||||||
"com.usebottles.bottles"
|
"com.usebottles.bottles"
|
||||||
|
|||||||
@ -35,7 +35,7 @@
|
|||||||
"/" = {
|
"/" = {
|
||||||
device = "/dev/disk/by-uuid/68bd46a0-e95c-4764-a006-44bd9975a6c2";
|
device = "/dev/disk/by-uuid/68bd46a0-e95c-4764-a006-44bd9975a6c2";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
options = ["noatime" "nodiratime" "discard"];
|
options = ["defaults" "rw" "relatime"];
|
||||||
};
|
};
|
||||||
|
|
||||||
"/boot/efi" = {
|
"/boot/efi" = {
|
||||||
@ -43,6 +43,12 @@
|
|||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"/home/christoph/Games" = {
|
||||||
|
device = "/dev/disk/by-uuid/e57c1831-09d7-4046-9c62-086d3596f825";
|
||||||
|
fsType = "ext4";
|
||||||
|
options = ["defaults" "rw" "relatime"];
|
||||||
|
};
|
||||||
|
|
||||||
"/home/christoph/Movies" = {
|
"/home/christoph/Movies" = {
|
||||||
device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Movie";
|
device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Movie";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
|
|||||||
Reference in New Issue
Block a user